diff --git a/honcho/stack.yml b/honcho/stack.yml index d55d23e..f7f82f5 100644 --- a/honcho/stack.yml +++ b/honcho/stack.yml @@ -21,7 +21,7 @@ services: api: build: - context: ${Volumes_Path}/honcho/source + context: ${Volumes_Path}/source dockerfile: Dockerfile container_name: honcho-api restart: unless-stopped @@ -72,7 +72,7 @@ services: deriver: build: - context: ${Volumes_Path}/honcho/source + context: ${Volumes_Path}/source dockerfile: Dockerfile container_name: honcho-deriver restart: unless-stopped @@ -158,4 +158,4 @@ services: networks: honcho-net: - driver: bridge \ No newline at end of file + driver: bridge