yaml list

This commit is contained in:
Josh Hawkins 2025-12-10 09:31:53 -06:00
parent 1114c9c903
commit a2639b54bd

View File

@ -172,7 +172,8 @@ In your `docker-compose.yml`, also add:
```yaml
privileged: true
volumes: /run/mxa_manager:/run/mxa_manager
volumes:
- /run/mxa_manager:/run/mxa_manager
```
If you can't use Docker Compose, you can run the container with something similar to this: