1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2024-09-19 18:31:16 +00:00

Fix tilde problem

This commit is contained in:
Mo 2022-11-19 16:47:21 +01:00
parent e54cb97159
commit 87627eeeee
2 changed files with 6 additions and 6 deletions

View file

@ -6,8 +6,8 @@ services:
container_name: advlabdb container_name: advlabdb
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ~/volumes/advlabdb/data:/volumes/data:Z - ../data:/volumes/data:Z
- ~/volumes/advlabdb/logs:/volumes/logs:Z - ../logs:/volumes/logs:Z
environment: environment:
- ADVLABDB_DATA_DIR=/volumes/data - ADVLABDB_DATA_DIR=/volumes/data
- TZ=Europe/Berlin - TZ=Europe/Berlin
@ -18,7 +18,7 @@ services:
container_name: advlabdb_nginx container_name: advlabdb_nginx
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ~/volumes/advlabdb/nginx/conf.d:/etc/nginx/conf.d:Z,ro - ../nginx/conf.d:/etc/nginx/conf.d:Z,ro
environment: environment:
- TZ=Europe/Berlin - TZ=Europe/Berlin
networks: networks:

View file

@ -4,9 +4,9 @@ services:
container_name: traefik container_name: traefik
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ~/volumes/traefik/etc:/etc/traefik:Z,ro - ./etc:/etc/traefik:Z,ro
- ~/volumes/traefik/logs:/volumes/logs:Z - ./logs:/volumes/logs:Z
- ~/volumes/traefik/certs:/volumes/certs:Z - ./certs:/volumes/certs:Z
environment: environment:
- TZ=Europe/Berlin - TZ=Europe/Berlin
networks: networks: