mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-04 09:25:16 -05:00
Changed port in docker-compose to match dockerfile
This commit is contained in:
@@ -9,13 +9,7 @@ services:
|
|||||||
container_name: mealie
|
container_name: mealie
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 9090:9000
|
- 9090:80
|
||||||
environment:
|
|
||||||
db_username: root
|
|
||||||
db_password: example
|
|
||||||
db_host: mongo
|
|
||||||
db_port: 27017
|
|
||||||
volumes:
|
|
||||||
- ./mealie/data/img:/app/data/img
|
- ./mealie/data/img:/app/data/img
|
||||||
- ./mealie/data/backups:/app/data/backups
|
- ./mealie/data/backups:/app/data/backups
|
||||||
mongo:
|
mongo:
|
||||||
|
|||||||
Reference in New Issue
Block a user