diff --git a/docker-compose.yaml b/docker-compose.yaml index f4a8391..a00bb48 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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' \ No newline at end of file + restart: unless-stopped \ No newline at end of file