Update compose.yaml
This commit is contained in:
+3
-1
@@ -4,7 +4,9 @@ services:
|
|||||||
container_name: dockhand
|
container_name: dockhand
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- 8082:3000
|
- ${COMPOSE_PORT_HTTP:-3000}:3000
|
||||||
|
environment:
|
||||||
|
DATABASE_URL=${DATABASE_URL}
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- /opt/docker:/docker
|
- /opt/docker:/docker
|
||||||
|
|||||||
Reference in New Issue
Block a user