chore: fix driver locale and add volumes config

This commit is contained in:
Данил 2025-01-08 15:34:22 +03:00
parent f751d0f893
commit 288996f226

View file

@ -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
driver: local