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