Update Food_Containers/mealie/compose.yaml
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
services:
|
||||
mealie:
|
||||
image: ghcr.io/mealie-recipes/mealie:v3.4.0 #
|
||||
image: ghcr.io/mealie-recipes/mealie:v3.4.0
|
||||
container_name: mealie
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "9925:9000" #
|
||||
- "9925:9000"
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 1000M #
|
||||
memory: 1000M
|
||||
volumes:
|
||||
- /srv/docker/mealie/mealie-data:/app/data/
|
||||
environment:
|
||||
Reference in New Issue
Block a user