完善初始化更新
This commit is contained in:
@@ -3,7 +3,7 @@ services:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
container_name: sproutgate-auth
|
||||
container_name: sproutgate-backend
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
PORT: "8080"
|
||||
@@ -11,4 +11,4 @@ services:
|
||||
volumes:
|
||||
- ./data:/data
|
||||
ports:
|
||||
- "${AUTH_API_PORT:-18080}:8080"
|
||||
- "${AUTH_API_PORT:-28080}:8080"
|
||||
|
||||
Reference in New Issue
Block a user