rossimo / retrobot

MIT License
281 stars 16 forks source link

Wrong volume path in docker-compose.yml.example ? #17

Closed sedand closed 1 year ago

sedand commented 1 year ago

Not 100% sure - but shouldn't line 5 in docker-compose.yml.example be: - ./data:/retrobot/data instead of - ./data:/srv/data ?

as the Dockerfile contains: WORKDIR /retrobot

P.S.: Thanks for this really cool discord toy! :)

rossimo commented 1 year ago

@zikes Does this look good to you?

zikes commented 1 year ago

Ah yes, the game data is stored at /retrobot/data in Docker.