imrein / docker-compose-files

Small collection of docker-compose files I may or may not use.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compose files

A collection of some docker-compose files for local testing and learning purposes.

Quick start example

  1. Move inside desired directory:
cd networking/adguard

Make sure to edit port mappings to your own needs.

  1. Create a .env file in the folder and provide the variables or just replace them inside the file.

  2. Setup container using docker-compose:

docker-compose up -d
  1. Check if docker container is running and volumes/networks are created:
docker ps
docker volume ls && docker network ls

Troubleshooting

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

About

Small collection of docker-compose files I may or may not use.