mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 06:23:34 -07:00
Changed port in docker-compose to match dockerfile
This commit is contained in:
parent
e7cb7c6cfd
commit
9c1d0d9ec9
1 changed files with 1 additions and 7 deletions
|
@ -9,13 +9,7 @@ services:
|
|||
container_name: mealie
|
||||
restart: always
|
||||
ports:
|
||||
- 9090:9000
|
||||
environment:
|
||||
db_username: root
|
||||
db_password: example
|
||||
db_host: mongo
|
||||
db_port: 27017
|
||||
volumes:
|
||||
- 9090:80
|
||||
- ./mealie/data/img:/app/data/img
|
||||
- ./mealie/data/backups:/app/data/backups
|
||||
mongo:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue