docker-gameserver
docker-gameserver copied to clipboard
/data
Are you sure about config for docker compose ?
Why we pass to /data but exec file to manage server located at /app and have server files inside ?
volumes: - /path/to/linuxgsm/rustserver:/data
volumes: - /path/to/linuxgsm/rustserver:/app
Are you sure about config for docker compose ?
Why we pass to /data but exec file to manage server located at /app and have server files inside ?
volumes: - /path/to/linuxgsm/rustserver:/data
volumes: - /path/to/linuxgsm/rustserver:/app
/app should only contain LGSM files /data contains the game server files