🔧 Fixed a context instruction

This commit is contained in:
2022-03-27 21:00:06 -07:00
parent d132df6934
commit 8b4f849a91

View File

@@ -13,12 +13,10 @@ x-comics-volume:
target: /comics
services:
threetwo:
build:
context: https://github.com/rishighan/threetwo-docker-compose.git
build: https://github.com/rishighan/threetwo-docker-compose.git
image: frishi/threetwo
container_name: threetwo-ui
restart: unless-stopped
ports:
- "8050:8050"
- "3050:3050"