Burgershot
[Tool] Docker-compose file for servers using a MySQL database - Printable Version

+- Burgershot (https://www.burgershot.gg)
+-- Forum: SA-MP (https://www.burgershot.gg/forumdisplay.php?fid=3)
+--- Forum: Releases (https://www.burgershot.gg/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!