A docker based arma 3 server with ftp server for arma3sync repo
- Docker
- docker-compose
- git
Clone the repository to your linux server
git clone [email protected]:DanielLarusso/docker-arma.git
Copy .env.dist
to .env
and adjust this file to your needs
ARMA3SERVER_PARAMETER_MOD
The mods string to launch the server with e.g. "@cba_a3;@ace;@task_force_radio;"ARMA3SERVER_PARAMETER_SERVERMOD
Same as above but for server mods onlySTEAM_ACCOUNT_USER
Arma 3 server requires a valid steam user. Make sure to turn off steam guard!STEAM_ACCOUNT_PASSWORD
The password for the declared steam user aboveFTP_USER_UID
Default: 1000; The UID of the linux user to use for ftp accessFTP_USER_NAME
Default: vsftp; The username of the linux user to use for ftp accessFTP_USER_PASSWORD
Default: changeme; The password of the linux user to use for ftp accessFTP_PORT
Default: 21FTP_PASV_PORT_MIN
Default: 21000FTP_PASV_PORT_MAX
Default: 21010
Copy config/server.cfg.dist
and config/basic.cfg.dist
to config/server.cfg
and config/basic.cfg
and adjust them to your needs
docker-compose up -d