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