Browse Source
🔥 Enable support for Arm Docker images in Mac, remove old patch (#1341)
pull/13907/head
Sebastián Ramírez
11 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
1 deletions
-
docker-compose.yml
|
|
@ -73,7 +73,6 @@ 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 |
|
|
|