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
|
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
|
||||||
Reference in New Issue
Block a user