A collection of some docker-compose files for local testing and learning purposes.
- Move inside desired directory:
cd networking/adguard
Make sure to edit port mappings to your own needs.
-
Create a
.env
file in the folder and provide the variables or just replace them inside the file. -
Setup container using docker-compose:
docker-compose up -d
- Check if docker container is running and volumes/networks are created:
docker ps
docker volume ls && docker network ls
If there are any issues or the container is not starting, I would check the docker logs to see if there is any information there:
docker-compose logs -f