mirror of
https://github.com/netbootxyz/docker-netbootxyz.git
synced 2025-08-06 22:27:41 +02:00
Update docker-compose command to docker compose
This commit is contained in:
parent
1762356ae8
commit
728b8e82f4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user