Releases: DomiStyle/docker-eldewrito
Releases · DomiStyle/docker-eldewrito
v0.7.0-c1.1
Update for 0.7 * Container now always runs as non-root user * INSTANCE_ID is deprecated * Volumes now match the 0.7 structure * Use named volumes * Add new default files * Add example for multiple instances * Update readme
v0.6.1-c0.6
Add FAudio dependency for Wine 5
v0.6.1-c0.5
- Updated from Ubuntu 16.04 to 18.04
- Updated from Wine 3.x to Wine 4.0
- Moved from staging to stable
- Added new Wine public key
0.6.1
0.6-test7
0.6-test6
- Container will now automatically chown and chmod the /game /config and /logs directories to prevent launch issues
- The game server is now executed under a different user, use PUID and PGID to change the ID manually
- The checksum of mtndew.dll will now be checked upon start to make sure the game files are valid
- To skip this check define the environment variable SKIP_CHECKSUM_CHECK
- Support for multiple instances
- To use simply define an alphanumeric string as INSTANCE_ID
- In multi instance mode your configuration from /config/dewrito_prefs.cfg will be used
- Do not edit any configuration in your game folder, they will be overwritten!
- If no INSTANCE_ID is defined the container will start in single instance mode as usual