Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 362 Bytes

File metadata and controls

25 lines (21 loc) · 362 Bytes

Install docker

sudo apt install docker-ce docker-ce-cli containerd.io docker-compose-plugin

Execute this command when needed to add yourself to docker group

sudo gpasswd -a $USER docker

Start server

docker compose up

End it with ctrl+c

OR

docker compose up -d

End it with

docker compose down