mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-12-24 23:51:03 +00:00
Fix tilde problem
This commit is contained in:
parent
e54cb97159
commit
87627eeeee
2 changed files with 6 additions and 6 deletions
|
@ -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:
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue