Skip to content

Commit

Permalink
Update docker-compose command to docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
m-assaleh authored Jun 17, 2024
1 parent 1762356 commit 728b8e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 728b8e8

Please sign in to comment.