From cfb9b947d9c534876f2d0f58d5bffff5b994ad35 Mon Sep 17 00:00:00 2001 From: Thephaseless Date: Thu, 25 Jul 2024 01:01:49 +0000 Subject: [PATCH] [skip ci] remove screenshots volume --- docker-compose.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index b383e5c..469dead 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,6 +1,6 @@ services: byparr: - image: thephaseless/byparr + image: ghcr.io/thephaseless/byparr build: context: . dockerfile: Dockerfile @@ -8,5 +8,3 @@ services: - LOG_LEVEL=INFO ports: - "8191:8191" - volumes: - - ./screenshots:/app/screenshots