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 git@github.com:DanielLarusso/docker-arma.git
Copy .env.dist to .env and adjust this file to your needs
ARMA3SERVER_PARAMETER_MODThe mods string to launch the server with e.g. "@cba_a3;@ace;@task_force_radio;"ARMA3SERVER_PARAMETER_SERVERMODSame as above but for server mods onlySTEAM_ACCOUNT_USERArma 3 server requires a valid steam user. Make sure to turn off steam guard!STEAM_ACCOUNT_PASSWORDThe password for the declared steam user aboveFTP_USER_UIDDefault: 1000; The UID of the linux user to use for ftp accessFTP_USER_NAMEDefault: vsftp; The username of the linux user to use for ftp accessFTP_USER_PASSWORDDefault: changeme; The password of the linux user to use for ftp accessFTP_PORTDefault: 21FTP_PASV_PORT_MINDefault: 21000FTP_PASV_PORT_MAXDefault: 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