diff --git a/docker-compose.yaml b/docker-compose.yaml index 35e062c..53ed099 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -2,9 +2,7 @@ version: "3" services: webarchive: - build: - dockerfile: ./Dockerfile - context: . + image: ghcr.io/derfenix/webarchive:latest environment: LOGGING_DEBUG: true API_ADDRESS: 0.0.0.0:5001