From 572fe53cbd58a8fa3f6c23e137ad16a610a967ac Mon Sep 17 00:00:00 2001 From: Gabe Date: Sat, 2 May 2026 02:39:50 +0000 Subject: [PATCH] Update Food_Containers/mealie/compose.yaml --- Food_Containers/mealie/compose.yaml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/Food_Containers/mealie/compose.yaml b/Food_Containers/mealie/compose.yaml index 1e31886..159d9c9 100644 --- a/Food_Containers/mealie/compose.yaml +++ b/Food_Containers/mealie/compose.yaml @@ -3,8 +3,8 @@ services: image: ghcr.io/mealie-recipes/mealie:v3.4.0 container_name: mealie restart: unless-stopped - ports: - - "9925:9000" + #ports: + # - "9925:9000" deploy: resources: limits: @@ -17,4 +17,9 @@ services: PUID: 1000 PGID: 1000 TZ: America/Chicago - BASE_URL: http://192.168.X.X \ No newline at end of file + BASE_URL: http://192.168.50.4 + +networks: + default: + external: true + name: nginx \ No newline at end of file