feat:调整peerbanhelper
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user