1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-17 23:51:03 +08:00
1Panel-Appstore/apps/phtunnel/1.0.0/docker-compose.yml
2024-10-13 18:21:20 +08:00

13 lines
241 B
YAML

services:
phtunnel:
image: "bestoray/phtunnel:1.0.0"
container_name: ${CONTAINER_NAME}
restart: always
devices:
- /dev/net/tun
network_mode: host
cap_add:
- NET_ADMIN
labels:
createdBy: "Apps"