♻ Update Docker image to prevent errors in M1 Macs (#710)

This commit is contained in:
Dudi Levy
2024-03-13 20:07:40 +02:00
committed by GitHub
parent 80e6c81977
commit bbddf944e2

View File

@@ -69,6 +69,7 @@ services:
context: ./backend context: ./backend
args: args:
INSTALL_DEV: ${INSTALL_DEV-false} INSTALL_DEV: ${INSTALL_DEV-false}
platform: linux/amd64 # Patch for M1 Mac
labels: labels:
- traefik.enable=true - traefik.enable=true
- traefik.docker.network=traefik-public - traefik.docker.network=traefik-public