mirror of
https://github.com/RYDE-WORK/full-stack-fastapi-template.git
synced 2026-01-19 13:13:25 +08:00
♻ Update Docker image to prevent errors in M1 Macs (#710)
This commit is contained in:
parent
80e6c81977
commit
bbddf944e2
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user