1
0

mealie: update to version 1.5.1

This commit is contained in:
2024-04-22 11:27:56 +02:00
parent 00c8856731
commit f213211361
3 changed files with 7 additions and 6 deletions

View File

@ -133,7 +133,7 @@ services:
mealie:
container_name: mealie
image: hkotel/mealie:latest
image: hkotel/mealie:v1.5.1
environment:
PUID: ${PUID}
PGID: ${PGID}
@ -142,8 +142,6 @@ services:
- mealie.env
volumes:
- "${DOCKER_STORAGE_PATH}/mealie/data/:/app/data"
ports:
- ${MEALIE_EXTERNAL_PORT}:${MEALIE_INTERNAL_PORT}
networks:
public:
ipv4_address: 192.168.240.8