Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 497 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 497 Bytes

docker-configuration-files

Docker and Docker Compose configuration files for popular software (MySQL/PostgreSQL/MongoDB, Redis/Garnet/KeyDB, RabbitMQ/Kafka, Keycloak/Casdoor, PHP (Nginx/Apache) and other).

Create and start containers in Background

cd dirname
docker-compose up -d

Start containers

cd dirname
docker-compose start

Stop containers

cd dirname
docker-compose stop

Stop and remove containers

cd dirname
docker-compose down