mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-25 12:48:49 +08:00
feat: uuwaf 修改 container_name
This commit is contained in:
parent
b15dd4c7c8
commit
898deed263
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user