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