update compose
This commit is contained in:
parent
07c848a8f6
commit
02b1991015
10
compose.yml
10
compose.yml
|
@ -53,12 +53,12 @@ services:
|
||||||
- CONSUL_ENABLE_UI=true
|
- CONSUL_ENABLE_UI=true
|
||||||
- CONSUL_HTTP_PORT_NUMBER=8500
|
- CONSUL_HTTP_PORT_NUMBER=8500
|
||||||
ports:
|
ports:
|
||||||
- '8300:8300'
|
#- '8300:8300'
|
||||||
- '8301:8301'
|
#- '8301:8301'
|
||||||
- '8301:8301/udp'
|
#- '8301:8301/udp'
|
||||||
- '8500:8500'
|
- '8500:8500'
|
||||||
- '8600:8600'
|
#- '8600:8600'
|
||||||
- '8600:8600/udp'
|
#- '8600:8600/udp'
|
||||||
volumes:
|
volumes:
|
||||||
- d:/docker-data/consul:/bitnami/consul
|
- d:/docker-data/consul:/bitnami/consul
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue