diff --git a/docker-compose.yml b/docker-compose.yml index 19e7f90..ed98985 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -32,6 +32,7 @@ services: restart: always volumes: - catask-data:/catask/static/emojis + - catask-data:/catask/static/icons/favicon - ./config.json:/catask/config.json - ./.env:/catask/.env diff --git a/docker.md b/docker.md index 8d696cb..452cdec 100644 --- a/docker.md +++ b/docker.md @@ -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. + \ No newline at end of file