kopia lustrzana https://github.com/Haxxnet/Compose-Examples
Update docker-compose.yml
rodzic
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:
|
||||||
|
|
Ładowanie…
Reference in New Issue