Skip to content

Instantly share code, notes, and snippets.

@nekomimi-daimao
Last active October 11, 2024 00:15
Show Gist options
  • Save nekomimi-daimao/a8404b37f414c904e34a876cb75679f9 to your computer and use it in GitHub Desktop.
Save nekomimi-daimao/a8404b37f414c904e34a876cb75679f9 to your computer and use it in GitHub Desktop.
unity accelerator docker compose
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