Update SafeLine to v9.0.3 (#649)
This commit is contained in:
parent
592da20bb5
commit
ff493d3cb9
|
|
@ -5,7 +5,7 @@ services:
|
|||
networks:
|
||||
1panel-network:
|
||||
ipv4_address: ${SUBNET_PREFIX}.234
|
||||
image: chaitin/safeline-mgt:9.0.2
|
||||
image: chaitin/safeline-mgt:9.0.3
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- ${SAFELINE_DIR}/resources/mgt:/app/data
|
||||
|
|
@ -34,7 +34,7 @@ services:
|
|||
networks:
|
||||
1panel-network:
|
||||
ipv4_address: ${SUBNET_PREFIX}.235
|
||||
image: chaitin/safeline-detector:9.0.2
|
||||
image: chaitin/safeline-detector:9.0.3
|
||||
volumes:
|
||||
- ${SAFELINE_DIR}/resources/detector:/resources/detector
|
||||
- ${SAFELINE_DIR}/logs/detector:/logs/detector
|
||||
|
|
@ -47,7 +47,7 @@ services:
|
|||
safeline-tengine:
|
||||
container_name: ${CONTAINER_NAME}-tengine
|
||||
restart: always
|
||||
image: chaitin/safeline-tengine:9.0.2
|
||||
image: chaitin/safeline-tengine:9.0.3
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /etc/resolv.conf:/etc/resolv.conf:ro
|
||||
|
|
@ -72,7 +72,7 @@ services:
|
|||
networks:
|
||||
1panel-network:
|
||||
ipv4_address: ${SUBNET_PREFIX}.237
|
||||
image: chaitin/safeline-luigi:9.0.2
|
||||
image: chaitin/safeline-luigi:9.0.3
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- ${SAFELINE_DIR}/resources/luigi:/app/data
|
||||
|
|
@ -94,7 +94,7 @@ services:
|
|||
networks:
|
||||
1panel-network:
|
||||
ipv4_address: ${SUBNET_PREFIX}.238
|
||||
image: chaitin/safeline-fvm:9.0.2
|
||||
image: chaitin/safeline-fvm:9.0.3
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
logging:
|
||||
|
|
@ -129,7 +129,7 @@ services:
|
|||
networks:
|
||||
1panel-network:
|
||||
ipv4_address: ${SUBNET_PREFIX}.240
|
||||
image: chaitin/safeline-chaos:9.0.2
|
||||
image: chaitin/safeline-chaos:9.0.3
|
||||
logging:
|
||||
options:
|
||||
max-size: "100m"
|
||||
Loading…
Reference in New Issue