🔧 Adjusting the Dockerfile path and context
This commit is contained in:
@@ -13,7 +13,9 @@ x-comics-volume:
|
|||||||
target: /comics
|
target: /comics
|
||||||
services:
|
services:
|
||||||
threetwo:
|
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
|
image: frishi/threetwo
|
||||||
container_name: threetwo-ui
|
container_name: threetwo-ui
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user