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:
@ -3,6 +3,10 @@ services:
|
|||||||
regsync:
|
regsync:
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
network_mode: host
|
network_mode: host
|
||||||
|
logging:
|
||||||
|
driver: loki
|
||||||
|
options:
|
||||||
|
loki-url: "http://192.168.77.101:3100/loki/api/v1/push"
|
||||||
volumes:
|
volumes:
|
||||||
- /share/docker_data/regsync/regsync.yml:/home/appuser/regsync.yml
|
- /share/docker_data/regsync/regsync.yml:/home/appuser/regsync.yml
|
||||||
- /etc/localtime:/etc/localtime
|
- /etc/localtime:/etc/localtime
|
||||||
|
Reference in New Issue
Block a user