You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -83,13 +83,13 @@ Start the container with the same parameters used above. If the same folders are
83
83
84
84
1. Copy [docker-compose.yml.example](https://github.com/netbootxyz/docker-netbootxyz/blob/master/docker-compose.yml.example) to docker-compose.yml
85
85
1. Edit as needed
86
-
1. Run `docker-compose up -d netbootxyz` to start containers in the background
86
+
1. Run `dockercompose up -d netbootxyz` to start containers in the background
87
87
88
-
#### Updating the image with docker-compose
88
+
#### Updating the image with dockercompose
89
89
90
90
```shell
91
-
docker-compose pull netbootxyz # pull the latest image down
92
-
docker-compose up -d netbootxyz # start containers in the background
91
+
dockercompose pull netbootxyz # pull the latest image down
92
+
dockercompose up -d netbootxyz # start containers in the background
0 commit comments