mirror of
https://codeberg.org/catask-org/catask.git
synced 2025-04-20 05:43:41 -05:00
add favicons folder to catask-data volume
This commit is contained in:
parent
db1938f95b
commit
10369dd23c
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue