fix volume value

This commit is contained in:
Simon 2024-07-22 12:27:22 +02:00
parent 1d80415fc9
commit f8d3cf166c

View File

@ -20,7 +20,7 @@ services:
- VIKUNJA_CACHE_ENABLED=1
- VIKUNJA_CACHE_TYPE=redis
volumes:
- ./files:/app/vikunja/files
- files:/app/vikunja/files
networks:
- proxy
- internal
@ -31,8 +31,6 @@ services:
- source: config_yml
target: /etc/vikunja/config.yml
deploy:
restart_policy:
condition: unless-stopped
labels:
- "traefik.enable=true"
# - "traefik.docker.network=web"