add favicons folder to catask-data volume

This commit is contained in:
theycallhermax 2025-03-02 00:45:10 -05:00
parent db1938f95b
commit 10369dd23c
No known key found for this signature in database
GPG key ID: 24D2803F3E25BF2D
2 changed files with 2 additions and 0 deletions

View file

@ -32,6 +32,7 @@ services:
restart: always restart: always
volumes: volumes:
- catask-data:/catask/static/emojis - catask-data:/catask/static/emojis
- catask-data:/catask/static/icons/favicon
- ./config.json:/catask/config.json - ./config.json:/catask/config.json
- ./.env:/catask/.env - ./.env:/catask/.env

View file

@ -30,3 +30,4 @@ docker compose up
``` ```
If you have done everything correctly, going to `http://localhost:8000` in your browser should show a question box screen. You may now log in with your admin password, and configure the instance. If you have done everything correctly, going to `http://localhost:8000` in your browser should show a question box screen. You may now log in with your admin password, and configure the instance.