diff --git a/src/etc/docker-compose_default.yml b/src/etc/docker-compose_default.yml index e6b96b6..3baa9e3 100644 --- a/src/etc/docker-compose_default.yml +++ b/src/etc/docker-compose_default.yml @@ -10,10 +10,13 @@ networks: name: $KIWI_HUB_NAME services: + # an example service something: + # uses an image image: maintainer/repo:tag + # will get restarted restart: unless-stopped - networks: - - default - - kiwi_hub - [...] + # is also connected to the instance hub + networks: + - default + - kiwi_hub