chore: the database is now not deleted when the container is stopped

This commit is contained in:
Danil 2025-05-15 14:55:08 +03:00
parent b671981bb3
commit 757c74f779

View file

@ -5,6 +5,7 @@ services:
dockerfile: Dockerfile
volumes:
- './config.yaml:/config.yaml'
- 'shirino-db:/data'
nginx:
image: nginx:latest
@ -17,4 +18,5 @@ services:
volumes:
shirino:
driver: local
driver: local
shirino-db: