Update README.md

This commit is contained in:
Antony Messerli 2021-09-06 21:57:34 -05:00 committed by GitHub
parent 7b96357238
commit 039947ef85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ docker run -d \
ghcr.io/netbootxyz/netbootxyz ghcr.io/netbootxyz/netbootxyz
``` ```
#### Updating the image with via docker-cli #### Updating the image with docker-cli
```bash ```bash
docker pull ghcr.io/netbootxyz/netbootxyz # pull the latest image down docker pull ghcr.io/netbootxyz/netbootxyz # pull the latest image down
@ -60,7 +60,7 @@ services:
restart: unless-stopped restart: unless-stopped
``` ```
#### Updating the image with via docker-compose #### Updating the image with docker-compose
```bash ```bash
docker-compose pull netbootxyz # pull the latest image down docker-compose pull netbootxyz # pull the latest image down