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:28:57 +08:00
parent 7cf10b07d4
commit 01d45788ff

View File

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