mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
feat: uuwaf 修改 container_name
This commit is contained in:
@@ -10,7 +10,7 @@ services:
|
|||||||
nofile:
|
nofile:
|
||||||
soft: 102400
|
soft: 102400
|
||||||
hard: 102400
|
hard: 102400
|
||||||
container_name: uuwaf
|
container_name: ${CONTAINER_NAME}
|
||||||
networks:
|
networks:
|
||||||
- 1panel-network
|
- 1panel-network
|
||||||
ports:
|
ports:
|
||||||
@@ -29,7 +29,7 @@ services:
|
|||||||
|
|
||||||
wafdb:
|
wafdb:
|
||||||
image: percona:8
|
image: percona:8
|
||||||
container_name: wafdb
|
container_name: ${CONTAINER_NAME}-db
|
||||||
networks:
|
networks:
|
||||||
- 1panel-network
|
- 1panel-network
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user