Browse Source
♻ Update Docker image to prevent errors in M1 Macs (#710)
pull/13907/head
Dudi Levy
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
docker-compose.yml
|
|
@ -69,6 +69,7 @@ services: |
|
|
|
context: ./backend |
|
|
|
args: |
|
|
|
INSTALL_DEV: ${INSTALL_DEV-false} |
|
|
|
platform: linux/amd64 # Patch for M1 Mac |
|
|
|
labels: |
|
|
|
- traefik.enable=true |
|
|
|
- traefik.docker.network=traefik-public |
|
|
|