Skip to content

Commit

Permalink
Use prebuilt image in docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
derfenix committed Apr 3, 2023
1 parent 0a6b247 commit a4f9022
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a4f9022

Please sign in to comment.