From 288996f226e2ccca87b8054f02f663ae4b427821 Mon Sep 17 00:00:00 2001 From: Redume Date: Wed, 8 Jan 2025 15:34:22 +0300 Subject: [PATCH] chore: fix driver locale and add volumes config --- docker-compose.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 053dcdf..c17e976 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -3,6 +3,9 @@ services: build: . image: ghcr.io/shirino/shirino:latest restart: unless-stopped + volumes: + - './config.yaml:/config.yaml' + nginx: image: nginx:latest ports: @@ -14,4 +17,4 @@ services: volumes: shirino: - driver: locale \ No newline at end of file + driver: local \ No newline at end of file