From db265537241c659a88f0e5a8745f6c5e4455a0e7 Mon Sep 17 00:00:00 2001 From: Isaac Date: Fri, 24 Feb 2023 00:19:11 +0000 Subject: [PATCH] fix(docker): use the same port --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index a865563..a1b09da 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -24,7 +24,7 @@ services: networks: - discord-tickets ports: - - 8080:80 + - 8080:8080 volumes: - tickets-bot:/usr/bot/user # Please refer to the documentation: @@ -37,7 +37,7 @@ services: DB_PROVIDER: mysql HTTP_EXTERNAL: http://127.0.0.1:8080 # change this to your server's external IP (or domain) HTTP_HOST: 0.0.0.0 - HTTP_PORT: 80 + HTTP_PORT: 8080 HTTP_TRUST_PROXY: false # set to true if you're using a reverse proxy OVERRIDE_ARCHIVE: null PUBLIC_BOT: false