Adguard Docker Stack #5677
AndreScalaPT
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone, I was looking in the official docs from Adguard but I don't find any stack to add to my yml file (where I have all my containrs configs and run at once).
I find over the internet a lot of stacks created from several users but all of them are different and I don't understand a lot (almost nothing) about stacks.
The question is, can you guys help me out? Don't know if I can get in trouble using/trying the staks that I'm finding over the internet :(
Thank you for you patient,
Have a great day,
Scala
EDIT
Forgot to add what I'm trying the last few days (can't get the indentation):
version: "3.3"
services:
adguardhome:
image: adguard/adguardhome
container_name: adguardhome
ports:
- "192.168.30.11:44444:53/tcp"
- "192.168.30.11:44444:53/udp"
- 44445:3000/tcp
volumes:
- 'adguard_data:/opt/adguard/work'
- 'adguard_config:/opt/adguard/conf'
restart: unless-stopped
A) This is what I'm trying to build; I've read also to use the IP from my instance in the ports (I can config the adguard but don't get any data or can use the instance IP);
B) The volumes I'm not sure, I know that I want to have a folder 'adguard' in my /opt directory and inside everything, but Adguard wants 2 extra folders, is that acceptable?
Beta Was this translation helpful? Give feedback.
All reactions