1
0
1Panel-Appstore/apps/phtunnel/latest/docker-compose.yml

13 lines
242 B
YAML
Raw Normal View History

2024-10-13 18:21:20 +08:00
services:
phtunnel:
image: "bestoray/phtunnel:latest"
container_name: ${CONTAINER_NAME}
restart: always
devices:
- /dev/net/tun
network_mode: host
cap_add:
- NET_ADMIN
labels:
createdBy: "Apps"