- Easy to deploy
- New versions get automatically built (and can be updated with watchtower)
Before you start please read https://forum.fivem.net/t/fx-server-tutorial-how-to-setup-fx-server-on-linux-from-start-to-finish/37156
version: '3'
services:
fxserver:
container_name: fxserver
image: schaurian/fxserver-docker:latest
restart: always
volumes:
- ./server.cfg:/srv/server.cfg
- ./resources:/srv/resources
- ./cache:/srv/cache
ports:
- "30120:30120/tcp"
- "30120:30120/udp"