This commit is contained in:
2025-03-10 19:40:46 +01:00
parent e8f6d74dd6
commit 1b9a1e546d

View File

@ -4,7 +4,7 @@ services:
gotify: gotify:
container_name: gotify container_name: gotify
hostname: gotify hostname: gotify
image: gotify/server image: ${DOCKER_REGISTRY:-}gotify/server
restart: unless-stopped restart: unless-stopped
security_opt: security_opt:
- no-new-privileges:true - no-new-privileges:true
@ -21,7 +21,7 @@ services:
igotify: igotify:
container_name: igotify container_name: igotify
hostname: igotify hostname: igotify
image: ghcr.io/androidseb25/igotify-notification-assist:latest image: ${DOCKER_REGISTRY:-}ghcr.io/androidseb25/igotify-notification-assist:latest
restart: unless-stopped restart: unless-stopped
security_opt: security_opt:
- no-new-privileges:true - no-new-privileges:true