mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-12-14 18:34:53 +01:00
build
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
name: regsync
|
volumes:
|
||||||
|
regsync:
|
||||||
|
driver: local
|
||||||
services:
|
services:
|
||||||
regsync:
|
regsync:
|
||||||
command: -c /home/appuser/regsync.yml server
|
command: -c /home/appuser/regsync.yml server
|
||||||
@@ -16,5 +18,5 @@ services:
|
|||||||
restart: ${RESTART:-unless-stopped}
|
restart: ${RESTART:-unless-stopped}
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
volumes:
|
volumes:
|
||||||
- /share/docker_data/regsync/regsync.yml:/home/appuser/regsync.yml
|
- regsync:/home/appuser/
|
||||||
- /etc/localtime:/etc/localtime
|
- /etc/localtime:/etc/localtime
|
||||||
|
|||||||
Reference in New Issue
Block a user