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