fix: docker-compose up
This commit is contained in:
@@ -0,0 +1,14 @@
|
|||||||
|
version: '3.8'
|
||||||
|
|
||||||
|
services:
|
||||||
|
baihu:
|
||||||
|
image: ghcr.io/engigu/baihu:main
|
||||||
|
container_name: baihu
|
||||||
|
ports:
|
||||||
|
- "8052:8052"
|
||||||
|
volumes:
|
||||||
|
- ./data:/app/data
|
||||||
|
- ./configs:/app/configs
|
||||||
|
environment:
|
||||||
|
- TZ=Asia/Shanghai
|
||||||
|
restart: unless-stopped
|
||||||
+2
-4
@@ -6,10 +6,8 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "8052:8052"
|
- "8052:8052"
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/root/data
|
- ./data:/app/data
|
||||||
- ./logs:/root/logs
|
- ./configs:/app/configs
|
||||||
- ./scripts:/root/scripts
|
|
||||||
- ./configs:/root/configs
|
|
||||||
environment:
|
environment:
|
||||||
- TZ=Asia/Shanghai
|
- TZ=Asia/Shanghai
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
Reference in New Issue
Block a user