diff --git a/docker-compose.yaml b/docker-compose.yaml index a93a761..24fa4a1 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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 \ No newline at end of file + driver: local + shirino-db: \ No newline at end of file