mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-03-01 11:28:43 +00:00
Update docker-compose.yml
This commit is contained in:
parent
f618b5822d
commit
0486295d40
@ -4,11 +4,13 @@ version: '3.7'
|
|||||||
services:
|
services:
|
||||||
duplicacy-web:
|
duplicacy-web:
|
||||||
container_name: duplicacy-web
|
container_name: duplicacy-web
|
||||||
image: saspus/duplicacy-web:v1.4.1
|
hostname: myhost # pls adjust
|
||||||
|
image: saspus/duplicacy-web:mini
|
||||||
environment:
|
environment:
|
||||||
- USR_ID=1000 # user account id on the system
|
- USR_ID=1000 # user account id on the system
|
||||||
- GRP_ID=1000 # group id on the system
|
- GRP_ID=1000 # group id on the system
|
||||||
- TZ=Europe/Berlin
|
- TZ=Europe/Berlin
|
||||||
|
- DUPLICACY_WEB_VERSION=latest
|
||||||
ports:
|
ports:
|
||||||
- "3875:3875/tcp"
|
- "3875:3875/tcp"
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user