📖 DOC: Added Volume /var/run/docker.sock

This commit is contained in:
Yuri-Lima
2023-08-29 17:52:27 +00:00
parent 7df58fe38b
commit 0e068c84e6
3 changed files with 44 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ services:
- phoenix-backend
phoenix-backend:
# container_name: phoenix-backend
restart: always
image: "yurimatoslima/phoenix-backend:alpha"
env_file: .env
@@ -57,6 +58,7 @@ services:
- "3400:3400"
- "9615:9615"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- "asset-data:/usr/src/app/packages/dev-server/assets"
- "/opt/containers/phx/server_custom:/usr/src/app/packages/dev-server/custom"
networks: