mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-01 16:08:32 +02:00
alias
This commit is contained in:
0
regsync/.env
Normal file
0
regsync/.env
Normal file
11
regsync/docker-compose.yml
Normal file
11
regsync/docker-compose.yml
Normal file
@ -0,0 +1,11 @@
|
||||
name: regsync
|
||||
services:
|
||||
regsync:
|
||||
stdin_open: true
|
||||
network_mode: host
|
||||
volumes:
|
||||
- /share/docker_data/regsync/regsync.yml:/home/appuser/regsync.yml
|
||||
image: ${DOCKER_REGISTRY:-}ghcr.io/regclient/regsync:latest
|
||||
command: -c /home/appuser/regsync.yml server
|
||||
env_file:
|
||||
- stack.env
|
Reference in New Issue
Block a user