🔧 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 target: /comics
services: services:
threetwo: threetwo:
build: build: https://github.com/rishighan/threetwo-docker-compose.git
context: https://github.com/rishighan/threetwo-docker-compose.git
image: frishi/threetwo image: frishi/threetwo
container_name: threetwo-ui container_name: threetwo-ui
restart: unless-stopped restart: unless-stopped
ports: ports:
- "8050:8050" - "8050:8050"
- "3050:3050" - "3050:3050"