mirror of
https://github.com/Redume/Shirino.git
synced 2025-02-04 09:58:57 +03:00
chore: fix driver locale and add volumes config
This commit is contained in:
parent
f751d0f893
commit
288996f226
1 changed files with 4 additions and 1 deletions
|
@ -3,6 +3,9 @@ services:
|
||||||
build: .
|
build: .
|
||||||
image: ghcr.io/shirino/shirino:latest
|
image: ghcr.io/shirino/shirino:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
- './config.yaml:/config.yaml'
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
image: nginx:latest
|
image: nginx:latest
|
||||||
ports:
|
ports:
|
||||||
|
@ -14,4 +17,4 @@ services:
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
shirino:
|
shirino:
|
||||||
driver: locale
|
driver: local
|
Loading…
Add table
Reference in a new issue