docker-gameserver icon indicating copy to clipboard operation
docker-gameserver copied to clipboard

/data

Open igortsev opened this issue 1 year ago • 1 comments

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

igortsev avatar Oct 24 '24 22:10 igortsev

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

Image

irobot73 avatar Apr 03 '25 20:04 irobot73