mirror of
https://github.com/Redume/Shirino.git
synced 2025-04-02 18:57:34 +03:00
chore: dockerfile is now used for docker compose, not image.
This commit is contained in:
parent
655cb35260
commit
cc916c172a
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
services:
|
services:
|
||||||
shirino:
|
shirino:
|
||||||
build: .
|
build:
|
||||||
image: ghcr.io/shirino/shirino:latest
|
context: ./
|
||||||
restart: unless-stopped
|
dockerfile: Dockerfile
|
||||||
volumes:
|
volumes:
|
||||||
- './config.yaml:/config.yaml'
|
- './config.yaml:/config.yaml'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue