📖 DOC: Added Volume /var/run/docker.sock
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user