Skip to content

Commit ed311c1

Browse files
authored
Merge pull request #66 from m-assaleh/master
Update docker-compose command to docker compose
2 parents 1762356 + 728b8e8 commit ed311c1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,13 @@ Start the container with the same parameters used above. If the same folders are
8383

8484
1. Copy [docker-compose.yml.example](https://github.com/netbootxyz/docker-netbootxyz/blob/master/docker-compose.yml.example) to docker-compose.yml
8585
1. Edit as needed
86-
1. Run `docker-compose up -d netbootxyz` to start containers in the background
86+
1. Run `docker compose up -d netbootxyz` to start containers in the background
8787

88-
#### Updating the image with docker-compose
88+
#### Updating the image with docker compose
8989

9090
```shell
91-
docker-compose pull netbootxyz # pull the latest image down
92-
docker-compose up -d netbootxyz # start containers in the background
91+
docker compose pull netbootxyz # pull the latest image down
92+
docker compose up -d netbootxyz # start containers in the background
9393
```
9494

9595
### Accessing the container services

0 commit comments

Comments
 (0)