Update docker-compose.yml

This commit is contained in:
linwaiwai
2025-04-09 10:46:38 +08:00
committed by GitHub
parent e23e2aa6a9
commit 54d1bc12c0

View File

@@ -2,7 +2,7 @@ version: "3.6"
services: services:
fizz-mysql: fizz-mysql:
image: "fizzgate/fizz-mysql:3.1.0" image: "fizzgate/fizz-mysql:3.5.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.1.0" image: "fizzgate/fizz-gateway-community:3.5.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.1.0" image: "fizzgate/fizz-manager-professional:3.5.1"
container_name: fizz-manager-professional container_name: fizz-manager-professional
restart: always restart: always
hostname: fizz-manager-professional hostname: fizz-manager-professional