更新etcd docker镜像标签
This commit is contained in:
parent
a45b9e0902
commit
8c8e8dc8e8
@ -17,6 +17,7 @@
|
|||||||
|
|
||||||
apisix:
|
apisix:
|
||||||
node_listen: 9080 # APISIX listening port
|
node_listen: 9080 # APISIX listening port
|
||||||
|
ssl_listen_port: 9443
|
||||||
enable_ipv6: false
|
enable_ipv6: false
|
||||||
|
|
||||||
enable_control: true
|
enable_control: true
|
||||||
|
|||||||
@ -28,15 +28,15 @@ services:
|
|||||||
##network_mode: host
|
##network_mode: host
|
||||||
ports:
|
ports:
|
||||||
- "9180:9180/tcp"
|
- "9180:9180/tcp"
|
||||||
- "9080:9080/tcp"
|
- "80:9080/tcp"
|
||||||
- "9091:9091/tcp"
|
- "9091:9091/tcp"
|
||||||
- "9443:9443/tcp"
|
- "443:9443/tcp"
|
||||||
- "9092:9092/tcp"
|
- "9092:9092/tcp"
|
||||||
networks:
|
networks:
|
||||||
apisix:
|
apisix:
|
||||||
|
|
||||||
etcd:
|
etcd:
|
||||||
image: bitnami/etcd:3.5.11
|
image: bitnamilegacy/etcd:3.5.11
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- etcd_data:/bitnami/etcd
|
- etcd_data:/bitnami/etcd
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user