From e11ef5aca33fe3bd67a38bd97d0af204f762b2dc Mon Sep 17 00:00:00 2001 From: Jake Runyan Date: Wed, 7 Aug 2024 18:20:50 -0700 Subject: [PATCH] Use docker compose instead of docker-compose --- monolith/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/monolith/README.md b/monolith/README.md index b088b33..5d51a2e 100644 --- a/monolith/README.md +++ b/monolith/README.md @@ -1,8 +1,8 @@ # Olomana - All in One This is the one-dockerfile version of olomana containing the stable "production" containers. Better than going module by module but don't let that stop you. -Run everything with a simple `docker-compose down && docker system prune && docker-compose up -d` -Run one thing with a simple `docker-compose up serviceName` +Run everything with a simple `docker compose down && docker system prune && docker compose up -d` +Run one thing with a simple `docker compose up serviceName` ## Setup @@ -23,7 +23,7 @@ In addition to the above files, make sure the docker socket is mounted: #### References https://doc.traefik.io/traefik/getting-started/quick-start/ -https://doc.traefik.io/traefik/user-guides/docker-compose/basic-example/ +https://doc.traefik.io/traefik/user-guides/docker compose/basic-example/ ### Code-Server @@ -68,4 +68,4 @@ https://grafana.com/docs/grafana/latest/setup-grafana/installation/docker/ #### Instructions ##### Build -Test build with `docker-compose build homepage`. +Test build with `docker compose build homepage`.