chore(deps): update vaalacat/frp-panel docker tag to v0.1.36 (#3377)
This commit is contained in:
21
apps/frp-panel-master/0.1.36/docker-compose.yml
Normal file
21
apps/frp-panel-master/0.1.36/docker-compose.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
services:
|
||||
frp-panel-master:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:9000"
|
||||
- "${PANEL_APP_PORT_RPC}:9001"
|
||||
volumes:
|
||||
- "${DATA_PATH}:/data"
|
||||
environment:
|
||||
- APP_GLOBAL_SECRET=${APP_GLOBAL_SECRET}
|
||||
- MASTER_RPC_HOST=${MASTER_RPC_HOST}
|
||||
image: vaalacat/frp-panel:v0.1.36
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user