mirror of
https://github.com/Redume/Shirino.git
synced 2024-11-05 16:23:59 +03:00
update docker compose, delete unnecessarily
This commit is contained in:
parent
416be2c451
commit
0c1a42791a
1 changed files with 2 additions and 6 deletions
|
@ -1,9 +1,5 @@
|
|||
services:
|
||||
shirino:
|
||||
build: .
|
||||
image: ghcr.io/shirino/shirino:latest
|
||||
ports:
|
||||
- '8080:8080'
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- '.config.yaml:/config.yaml'
|
||||
- '.config_sample.yaml:/config_sample.yaml'
|
||||
restart: unless-stopped
|
Loading…
Reference in a new issue