mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-09-13 06:10:12 +02:00
alias
This commit is contained in:
@@ -4,7 +4,7 @@ services:
|
||||
gotify:
|
||||
container_name: gotify
|
||||
hostname: gotify
|
||||
image: gotify/server
|
||||
image: ${DOCKER_REGISTRY:-}gotify/server
|
||||
restart: unless-stopped
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
@@ -21,7 +21,7 @@ services:
|
||||
igotify:
|
||||
container_name: igotify
|
||||
hostname: igotify
|
||||
image: ghcr.io/androidseb25/igotify-notification-assist:latest
|
||||
image: ${DOCKER_REGISTRY:-}ghcr.io/androidseb25/igotify-notification-assist:latest
|
||||
restart: unless-stopped
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
|
Reference in New Issue
Block a user