-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请问能否提供一份docker-compose的容器编排文件? #50
Comments
version: '3'
services:
frp-panel:
image: vaalacat/frp-panel
network_mode: host
restart: unless-stopped
volumes:
- /opt/frp-panel:/data
environment:
- APP_GLOBAL_SECRET=your_secret # 替换为一串非常长的随机字符
- MASTER_RPC_HOST=0.0.0.0 # 替换为你的IP |
可以用这个网站转一下 https://www.composerize.com/ |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
如果能推送到1panel应用商店就更好了
The text was updated successfully, but these errors were encountered: