mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-12 14:00:17 +02:00
add note to docker README about Apple M1 support
This commit is contained in:
parent
8ae4e02012
commit
4f4bd0c419
@ -67,3 +67,16 @@ _NOTE: If you specify a version of allianceauth in your `requirements.txt` in a
|
||||
1. Update the versions in your `requirements.txt` file
|
||||
1. Run `docker-compose build`
|
||||
1. Run `docker-compose --env-file=.env up -d`
|
||||
|
||||
## Notes
|
||||
|
||||
### Apple M1 Support
|
||||
If you want to run locally on an M1 powered Apple device, you'll need to add `platform: linux/x86_64` under each container in `docker-compose.yml` as the auth container is not compiled for ARM (other containers may work without this, but it's known to work if added to all containers).
|
||||
|
||||
Example:
|
||||
|
||||
```yaml
|
||||
redis:
|
||||
platform: linux/x86_64
|
||||
image: redis:6.2
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user