Last active
October 11, 2024 00:15
-
-
Save nekomimi-daimao/a8404b37f414c904e34a876cb75679f9 to your computer and use it in GitHub Desktop.
unity accelerator docker compose
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
volumes: | |
accelerator-volume: | |
driver: "local" | |
services: | |
accelerator: | |
image: unitytechnologies/accelerator | |
volumes: | |
- accelerator-volume:/agent | |
environment: | |
- USER=admin | |
- PASSWORD=admin | |
- DISABLE_USAGE_STATS=true | |
ports: | |
- "5678:10080" | |
- "80:80" | |
- "443:443" | |
- "10443:10443" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment