mirror of
https://github.com/Redume/Shirino.git
synced 2025-05-19 02:05:26 +01:00
chore: the database is now not deleted when the container is stopped
This commit is contained in:
parent
b671981bb3
commit
757c74f779
1 changed files with 3 additions and 1 deletions
|
@ -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:
|
Loading…
Add table
Reference in a new issue