Skip to content

dangngochoainam/docker

Repository files navigation

Run Setup with Docker Compose

To run the setup using Docker Compose, follow the steps below:

Steps

  1. Create network
    Create a Docker network to allow services to communicate with each other:
    docker network create docker_stack
  2. Run docker compose for docker stack
    Start all services in the background:
    docker compose up -d
  3. Run docker compose for portainer
    To manage container, the same docker-desktop ui:
    cd ./portainer
    docker compose up -d
    Then create username & password

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors