mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-17 09:23:07 +02:00
fix(docker): use the same port
This commit is contained in:
parent
4d8495df77
commit
db26553724
@ -24,7 +24,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- discord-tickets
|
- discord-tickets
|
||||||
ports:
|
ports:
|
||||||
- 8080:80
|
- 8080:8080
|
||||||
volumes:
|
volumes:
|
||||||
- tickets-bot:/usr/bot/user
|
- tickets-bot:/usr/bot/user
|
||||||
# Please refer to the documentation:
|
# Please refer to the documentation:
|
||||||
@ -37,7 +37,7 @@ services:
|
|||||||
DB_PROVIDER: mysql
|
DB_PROVIDER: mysql
|
||||||
HTTP_EXTERNAL: http://127.0.0.1:8080 # change this to your server's external IP (or domain)
|
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_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
|
HTTP_TRUST_PROXY: false # set to true if you're using a reverse proxy
|
||||||
OVERRIDE_ARCHIVE: null
|
OVERRIDE_ARCHIVE: null
|
||||||
PUBLIC_BOT: false
|
PUBLIC_BOT: false
|
||||||
|
Loading…
Reference in New Issue
Block a user