mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-03-22 03:41:07 +08:00
feat: uuwaf 修改 container_name
This commit is contained in:
parent
767bc57b69
commit
0e6cd3bd67
@ -10,7 +10,7 @@ services:
|
||||
nofile:
|
||||
soft: 102400
|
||||
hard: 102400
|
||||
container_name: uuwaf
|
||||
container_name: ${CONTAINER_NAME}
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
@ -29,7 +29,7 @@ services:
|
||||
|
||||
wafdb:
|
||||
image: percona:8
|
||||
container_name: wafdb
|
||||
container_name: ${CONTAINER_NAME}-db
|
||||
networks:
|
||||
- 1panel-network
|
||||
volumes:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user