Update docker-compose.yml

This commit is contained in:
LRVT 2023-02-17 18:10:05 +01:00 committed by GitHub
parent f618b5822d
commit 0486295d40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: