[DiscordArchive] How would I go about changing what port the database is on using a docker install?
[DiscordArchive] How would I go about changing what port the database is on using a docker install?
Archived author: Bench • Posted: 2021-07-17T18:29:33.594000+00:00
Original source
How would I go about changing what port the database is on using a docker install?
Archived author: Bench • Posted: 2021-07-17T19:24:56.425000+00:00
Original source
Because I'm currently also trying to run a Pterodactyl install on the same machine, and both are trying to use port 3306 and I don't know how to get either of them off of it
Archived author: raizo • Posted: 2021-07-17T20:41:28.445000+00:00
Original source
why do you need that on a second port tho
Archived author: raizo • Posted: 2021-07-17T20:41:32.272000+00:00
Original source
just run one instance for both
Archived author: Bench • Posted: 2021-07-17T21:17:00.331000+00:00
Original source
The docker image won't start up with a database running
Archived author: Bench • Posted: 2021-07-17T21:17:22.810000+00:00
Original source
Unless you mean something else, in which case I'm misunderstanding
Archived author: The Dot • Posted: 2021-07-18T04:55:49.725000+00:00
Original source
Usually you can change the ports on the docker-compose file
Archived author: Bench • Posted: 2021-07-18T04:57:37.740000+00:00
Original source
Are they already defined in the file or would I have to add a few lines for it?