1
0

feat:更新长亭雷池6.0.1

This commit is contained in:
okxlin
2024-05-31 19:20:37 +08:00
parent 90e568dc19
commit 768a59c431
12 changed files with 116 additions and 14 deletions

View File

@@ -167,6 +167,22 @@ services:
labels:
createdBy: Apps
safeline-chaos:
container_name: ${CONTAINER_NAME}-chaos
restart: always
networks:
1panel-network:
ipv4_address: ${SUBNET_PREFIX}.240
image: chaitin/safeline-chaos:latest
logging:
options:
max-size: "100m"
max-file: "5"
ports:
- ${PANEL_APP_PORT_CHAOS:-23333}:23333
labels:
createdBy: Apps
networks:
1panel-network:
external: true