Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1.06 KB

README.md

File metadata and controls

44 lines (25 loc) · 1.06 KB

Docker Unity Cache Server

Description

Unity Cache Server on Docker container. Supporting versions later than 6.x

Available on Docker Hub 🐳

Usage

Start server

docker run -d -p 8126:8126 -v $(pwd):/srv/unity/cache --name unity-cache-server windyakin/docker-unity-cache-server

Sample docker-compose.yml

Volume position

Recommend volume setting position is /srv/unity/cache.

Build other version

Build with parameters.

docker build --tag unity-cache-server:6.1.0 --build-arg CACHE_SERVER_VERSION=6.1.0 .

You wanna get old versions cache server image?

Old cache server (enclosed Unity version 2017.1.0 - 2017.3.1) moved "v5/" directory

License

MIT License

Author