🔧 Adjusting the Dockerfile path and context

This commit is contained in:
2022-03-27 22:27:00 -07:00
parent 8b4f849a91
commit 3c70bf28bb

View File

@@ -13,7 +13,9 @@ x-comics-volume:
target: /comics
services:
threetwo:
build: https://github.com/rishighan/threetwo-docker-compose.git
build:
context: https://github.com/rishighan/threetwo-docker-compose.git
dockerfile: Dockerfile
image: frishi/threetwo
container_name: threetwo-ui
restart: unless-stopped