drone. Comment for port mapping.

This commit is contained in:
Alexey Skobkin 2022-03-29 16:17:57 +03:00
parent b671d984d0
commit 9b3ccd284e
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ services:
volumes:
- "${HOST_DATA_DIR:-./data}:/data"
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"
env_file: .env
restart: unless-stopped