modify port setting for docker-compose.yml
parent
c3574f0cfc
commit
e8f60fc85b
|
|
@ -105,7 +105,7 @@ services:
|
|||
max-size: "${LOG_OPT_MAXS}"
|
||||
container_name: flower
|
||||
ports:
|
||||
- "5555:5555"
|
||||
- 5555:5555
|
||||
environment:
|
||||
- CELERY_BROKER_URL=${CELERY_BROKER_URL}
|
||||
- FLOWER_BASIC_AUTH=${FLOWER_ID}:${FLOWER_PWD}
|
||||
|
|
|
|||
Loading…
Reference in New Issue