From 18a5cb21dba1519c1db4a028c2ec282e40dc7739 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Mon, 16 Sep 2024 21:42:50 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Enable=20support=20for=20Arm=20D?= =?UTF-8?q?ocker=20images=20in=20Mac,=20remove=20old=20patch=20(#1341)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 3c2d79c..678e949 100644 --- a/docker-compose.yml +++ b/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