1
0

feat:调整peerbanhelper

This commit is contained in:
okxlin
2024-09-23 00:07:31 +08:00
parent 3a60f99c10
commit 96cb5223d5
15 changed files with 236 additions and 76 deletions

View File

@@ -1,6 +1,6 @@
services:
peerbanhelper:
image: ghostchu/peerbanhelper:latest
image: "ghostchu/peerbanhelper:latest"
container_name: ${CONTAINER_NAME}
restart: always
networks:
@@ -8,9 +8,14 @@ services:
ports:
- "${PANEL_APP_PORT_HTTP}:9898"
volumes:
- "${DATA_PATH}/peerbanhelper:/app/data"
labels:
- "${DATA_PATH}:/app/data"
environment:
- PUID=${PUID}
- PGID=${PGID}
- TZ=${TIME_ZONE}
stop_grace_period: ${STOP_GRACE_PERIOD}
labels:
createdBy: "Apps"
networks:
1panel-network:
networks:
1panel-network:
external: true