mirror of
https://github.com/Redume/Shirino.git
synced 2025-04-01 18:37:35 +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:
|
||||
shirino:
|
||||
build: .
|
||||
image: ghcr.io/shirino/shirino:latest
|
||||
restart: unless-stopped
|
||||
build:
|
||||
context: ./
|
||||
dockerfile: Dockerfile
|
||||
volumes:
|
||||
- './config.yaml:/config.yaml'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue