drone. Comment for port mapping.
This commit is contained in:
parent
b671d984d0
commit
9b3ccd284e
|
@ -8,6 +8,8 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- "${HOST_DATA_DIR:-./data}:/data"
|
- "${HOST_DATA_DIR:-./data}:/data"
|
||||||
ports:
|
ports:
|
||||||
|
# Optional, used for dashboard:
|
||||||
|
# https://discourse.drone.io/t/drone-agent-port/5914/5
|
||||||
- "${WEBUI_BIND_ADDR:-127.0.0.1}:${WEBUI_BIND_PORT:-3000}:3000"
|
- "${WEBUI_BIND_ADDR:-127.0.0.1}:${WEBUI_BIND_PORT:-3000}:3000"
|
||||||
env_file: .env
|
env_file: .env
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
Loading…
Reference in a new issue