1
0
Fork 0
mirror of https://github.com/yavook/kiwi-scp.git synced 2025-12-06 16:43:00 +00:00

default config fix

This commit is contained in:
Jörn-Michael Miehe 2020-08-18 16:40:38 +02:00
parent 6d8370a1f3
commit 5c551a3849

View file

@ -10,10 +10,13 @@ networks:
name: $KIWI_HUB_NAME name: $KIWI_HUB_NAME
services: services:
# an example service
something: something:
# uses an image
image: maintainer/repo:tag image: maintainer/repo:tag
# will get restarted
restart: unless-stopped restart: unless-stopped
networks: # is also connected to the instance hub
- default networks:
- kiwi_hub - default
[...] - kiwi_hub