Update Food_Containers/mealie/compose.yaml
This commit is contained in:
@@ -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
|
||||
BASE_URL: http://192.168.50.4
|
||||
|
||||
networks:
|
||||
default:
|
||||
external: true
|
||||
name: nginx
|
||||
Reference in New Issue
Block a user