Skip to content

Commit

Permalink
♻ Update Docker image to prevent errors in M1 Macs (#710)
Browse files Browse the repository at this point in the history
  • Loading branch information
dudil authored Mar 13, 2024
1 parent 80e6c81 commit bbddf94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bbddf94

Please sign in to comment.