继续提交
This commit is contained in:
14
docker-compose.yml
Normal file
14
docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
version: "3.9"
|
||||
|
||||
services:
|
||||
mengyadriftbottle:
|
||||
build: .
|
||||
container_name: mengyadriftbottle
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "6767:6767"
|
||||
environment:
|
||||
BACKEND_PORT: "5002"
|
||||
DRIFT_BOTTLE_DATA_DIR: "/app/data"
|
||||
volumes:
|
||||
- /shumengya/docker/storage/mengyadriftbottle:/app/data
|
||||
Reference in New Issue
Block a user