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:
@ -38,7 +38,7 @@ services:
|
|||||||
service: ${LOGGING:-syslog}
|
service: ${LOGGING:-syslog}
|
||||||
ports:
|
ports:
|
||||||
- 8094:8080
|
- 8094:8080
|
||||||
restart: always
|
restart: ${RESTART:-unless-stopped}
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- /etc/timezone:/etc/timezone:ro
|
- /etc/timezone:/etc/timezone:ro
|
||||||
|
Reference in New Issue
Block a user