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 dockerfile: Dockerfile
volumes: volumes:
- './config.yaml:/config.yaml' - './config.yaml:/config.yaml'
- 'shirino-db:/data'
nginx: nginx:
image: nginx:latest image: nginx:latest
@ -18,3 +19,4 @@ services:
volumes: volumes:
shirino: shirino:
driver: local driver: local
shirino-db: