diff --git a/gotify/docker-compose.yml b/gotify/docker-compose.yml index 8d389ed..0d29975 100644 --- a/gotify/docker-compose.yml +++ b/gotify/docker-compose.yml @@ -1,6 +1,7 @@ --- services: gotify: + container_name: gotify hostname: gotify image: ${DOCKER_REGISTRY:-}gotify/server restart: unless-stopped @@ -17,6 +18,7 @@ services: - stack.env igotify: + container_name: igotify hostname: igotify image: ${DOCKER_REGISTRY:-}ghcr.io/androidseb25/igotify-notification-assist:latest restart: unless-stopped @@ -30,7 +32,8 @@ services: volumes: - /share/docker_data/igotify/data:/app/data env_file: - - stack.env + - stack.env + networks: net: