diff --git a/docker-compose.yaml b/docker-compose.yaml index c17e976..a93a761 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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'