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