Update Food_Containers/mealie/compose.yaml

This commit is contained in:
2026-05-02 02:39:50 +00:00
parent b7a6875c67
commit 572fe53cbd
+8 -3
View File
@@ -3,8 +3,8 @@ services:
image: ghcr.io/mealie-recipes/mealie:v3.4.0 image: ghcr.io/mealie-recipes/mealie:v3.4.0
container_name: mealie container_name: mealie
restart: unless-stopped restart: unless-stopped
ports: #ports:
- "9925:9000" # - "9925:9000"
deploy: deploy:
resources: resources:
limits: limits:
@@ -17,4 +17,9 @@ services:
PUID: 1000 PUID: 1000
PGID: 1000 PGID: 1000
TZ: America/Chicago TZ: America/Chicago
BASE_URL: http://192.168.X.X BASE_URL: http://192.168.50.4
networks:
default:
external: true
name: nginx