mirror of
https://github.com/yavook/kiwi-scp.git
synced 2024-11-22 12:53:00 +00:00
default config fix
This commit is contained in:
parent
cd3d0518df
commit
f9cb784760
1 changed files with 7 additions and 4 deletions
|
@ -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
|
||||||
|
# is also connected to the instance hub
|
||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
- kiwi_hub
|
- kiwi_hub
|
||||||
[...]
|
|
||||||
|
|
Loading…
Reference in a new issue