1
0
Fork 0
mirror of https://github.com/yavook/kiwi-scp.git synced 2024-11-22 04: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 cd3d0518df
commit f9cb784760

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