mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 21:02:18 +08:00
13 lines
242 B
YAML
13 lines
242 B
YAML
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"
|