This commit is contained in:
vipg
2025-11-11 14:41:50 +08:00
parent a587b5fba7
commit 5f5b6f93ab
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ services:
- user-network
user:
image: golang:1.25.0-alpine3.22
container_name: api_user
container_name: user_api
restart: always
ports:
- 20000:80

View File

@@ -20,7 +20,7 @@ services:
- user-network
user:
image: user-api:1.0.0
container_name: api_user
container_name: user_api
restart: always
ports:
- 20000:80