mirror of
https://github.com/Yanyutin753/RefreshToV1Api.git
synced 2025-10-15 07:31:35 +00:00
[config] 更新docker-compose.yml为镜像地址
This commit is contained in:
@@ -2,7 +2,7 @@ version: '3'
|
||||
|
||||
services:
|
||||
backend-to-api:
|
||||
build: .
|
||||
image: wizerd/pandora-to-api:0.0.1
|
||||
ports:
|
||||
- "50011:33333"
|
||||
environment:
|
||||
@@ -13,7 +13,7 @@ services:
|
||||
- .:/app
|
||||
|
||||
uploader:
|
||||
build: .
|
||||
image: wizerd/pandora-to-api:0.0.1
|
||||
entrypoint: ["python3", "/app/upload.py"]
|
||||
volumes:
|
||||
- .:/app
|
||||
|
Reference in New Issue
Block a user