docker-compose 模板
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

22 lines
464 B

version: '3'
services:
server:
image: adguard/adguardhome
container_name: adguardhome
environment:
- USER_UID=1000
- USER_GID=1000
restart: always
volumes:
- ./adguardhome/aworkdir:/opt/adguardhome/work
- ./adguardhome/confdir:/opt/adguardhome/conf
- /etc/localtime:/etc/localtime
ports:
- "53:53"
- "80:80"
- "67:67"
- "443:443"
- "853:853"
- "68:68"
- "3000:3000"