精简提交历史记录
This commit is contained in:
24
apps/zerotier-moon/latest/docker-compose.yml
Normal file
24
apps/zerotier-moon/latest/docker-compose.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
version: '3'
|
||||
services:
|
||||
zerotier-moon:
|
||||
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}
|
||||
image: seedgou/zerotier-moon:latest
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user