adding ag backup
This commit is contained in:
parent
8a6396f406
commit
bb3d193288
1 changed files with 22 additions and 0 deletions
22
ag-backup/docker-compose.yml
Normal file
22
ag-backup/docker-compose.yml
Normal file
|
@ -0,0 +1,22 @@
|
|||
---
|
||||
services:
|
||||
adguardhome:
|
||||
image: docker.mafyuh.xyz/adguard/adguardhome@sha256:d0fcf8c8691df20fe1a280d0a4cbc8493b04c7bd8cf8ca56264279510f030e49
|
||||
container_name: adguardhome
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /home/mafyuh/adguard/work:/opt/adguardhome/work
|
||||
- /home/mafyuh/adguard/conf:/opt/adguardhome/conf
|
||||
ports:
|
||||
- 53:53/tcp
|
||||
- 53:53/udp
|
||||
- 80:80/tcp
|
||||
- 443:443/tcp
|
||||
- 443:443/udp
|
||||
- 3000:3000/tcp
|
||||
- 853:853/tcp
|
||||
- 784:784/udp
|
||||
- 853:853/udp
|
||||
- 8853:8853/udp
|
||||
- 5443:5443/tcp
|
||||
- 5443:5443/udp
|
Reference in a new issue