From 728b8e82f41ceaf8649989565e074c097dae3af8 Mon Sep 17 00:00:00 2001 From: Mohamed Assaleh Date: Mon, 17 Jun 2024 17:08:21 +0200 Subject: [PATCH] Update docker-compose command to docker compose --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b330ca5..7350a8a 100644 --- a/README.md +++ b/README.md @@ -83,13 +83,13 @@ Start the container with the same parameters used above. If the same folders are 1. Copy [docker-compose.yml.example](https://github.com/netbootxyz/docker-netbootxyz/blob/master/docker-compose.yml.example) to docker-compose.yml 1. Edit as needed -1. Run `docker-compose up -d netbootxyz` to start containers in the background +1. Run `docker compose up -d netbootxyz` to start containers in the background -#### Updating the image with docker-compose +#### Updating the image with docker compose ```shell -docker-compose pull netbootxyz # pull the latest image down -docker-compose up -d netbootxyz # start containers in the background +docker compose pull netbootxyz # pull the latest image down +docker compose up -d netbootxyz # start containers in the background ``` ### Accessing the container services