1
0

feat:添加smartdns到列表

This commit is contained in:
okxlin
2023-11-29 11:51:21 +08:00
parent cd58632ea4
commit f754055057
7 changed files with 567 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
version: '3'
services:
smartdns:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:53/udp"
volumes:
- "./data:/etc/smartdns"
image: pymumu/smartdns:latest
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true