open.mp forum
[Tool] Docker-compose file for servers using a MySQL database - Printable Version

+ open.mp forum (https://forum.open.mp)
-- Forum: SA-MP (https://forum.open.mp/forumdisplay.php?fid=3)
--- Forum: Releases (https://forum.open.mp/forumdisplay.php?fid=13)
--- Thread: [Tool] Docker-compose file for servers using a MySQL database (/showthread.php?tid=682)



Docker-compose file for servers using a MySQL database - Freaksken - 2019-06-29

This small repository contains an example docker-compose file for SA-MP servers using a MySQL database.


  • Put the docker-compose.yml file in the root folder of your server.

  • Open the file and change the MYSQL_ROOT_PASSWORD to the root password of your MySQL database.

  • Run?docker-compose up to start the docker containers.




RE: Docker-compose file for servers using a MySQL database - SyS - 2019-06-30

Nice!