Upgrade docker-compose images version to 3.0.1

This commit is contained in:
nil.zhong
2023-08-05 17:44:05 +08:00
parent 6b7fc7fbe8
commit e9af9cfeb1

View File

@@ -2,7 +2,7 @@ version: "3.6"
services: services:
fizz-mysql: fizz-mysql:
image: "fizzgate/fizz-mysql:3.0.0" image: "fizzgate/fizz-mysql:3.0.1"
container_name: fizz-mysql container_name: fizz-mysql
restart: always restart: always
hostname: fizz-mysql hostname: fizz-mysql
@@ -27,7 +27,7 @@ services:
- fizz - fizz
fizz-gateway-community: fizz-gateway-community:
image: "fizzgate/fizz-gateway-community:3.0.0" image: "fizzgate/fizz-gateway-community:3.0.1"
container_name: fizz-gateway-community container_name: fizz-gateway-community
restart: always restart: always
hostname: fizz-gateway-community hostname: fizz-gateway-community
@@ -48,7 +48,7 @@ services:
- fizz - fizz
fizz-manager-professional: fizz-manager-professional:
image: "fizzgate/fizz-manager-professional:3.0.0" image: "fizzgate/fizz-manager-professional:3.0.1"
container_name: fizz-manager-professional container_name: fizz-manager-professional
restart: always restart: always
hostname: fizz-manager-professional hostname: fizz-manager-professional