mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-11 00:26:55 +08:00
24 lines
471 B
YAML
24 lines
471 B
YAML
version: '3'
|
|
services:
|
|
zerotier-moon:
|
|
image: seedgou/zerotier-moon:v1.8.4
|
|
container_name: ${CONTAINER_NAME}
|
|
restart: always
|
|
networks:
|
|
- 1panel-network
|
|
ports:
|
|
- "${PANEL_APP_PORT_HTTP}:9993/udp"
|
|
volumes:
|
|
- ./data:/var/lib/zerotier-one
|
|
entrypoint:
|
|
- /startup.sh
|
|
- "-4"
|
|
- ${HOST_IPV4}
|
|
- "-6"
|
|
- ${HOST_IPV6}
|
|
labels:
|
|
createdBy: "Apps"
|
|
networks:
|
|
1panel-network:
|
|
external: true
|