Chore(docker-compose): Port number
All checks were successful
ktm-booking-bot/ktm-booking-bot/pipeline/head This commit looks good

This commit is contained in:
2022-09-27 03:42:29 +08:00
parent 01d45788ff
commit 77ced03557

View File

@@ -12,7 +12,7 @@ services:
- "TZ=Asia/Singapore"
- "LOGGER_WEBHOOK_URL=${LOGGER_WEBHOOK_URL}"
ports:
- "127.0.0.1:8008:8000"
- "127.0.0.1:8009:8000"
entrypoint: ["/bin/bash", "-c", "/app/server 2>&1 | /app/messenger --webhook --url $LOGGER_WEBHOOK_URL"]
#######################################