mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-02 00:08:33 +02:00
alias
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user