mirror of
https://github.com/helfrichmichael/prusaslicer-novnc.git
synced 2024-08-30 18:32:27 +00:00
Added instructions with /prints/.
This commit is contained in:
parent
a0512db6d9
commit
50d9c5920b
@ -14,10 +14,10 @@ If you're using unraid, open your Docker page and under `Template repositories`,
|
||||
|
||||
**Outside of unraid**
|
||||
|
||||
To run this image, you can run the following command: `docker run --detach --volume=prusaslicer-novnc-data:/configs/ -p 8080:8080 -e SSL_CERT_FILE="/etc/ssl/certs/ca-certificates.crt"
|
||||
To run this image, you can run the following command: `docker run --detach --volume=prusaslicer-novnc-data:/configs/ --volume=prusaslicer-novnc-prints:/prints/ -p 8080:8080 -e SSL_CERT_FILE="/etc/ssl/certs/ca-certificates.crt"
|
||||
--name=prusaslicer-novnc prusaslicer-novnc`
|
||||
|
||||
This will bind `/configs/` in the container to a local volume on my machine named `prusaslicer-novnc-data`, it will bind port `8080` to `8080`, and finally, it will provide an environment variable to keep Prusaslicer happy by providing an `SSL_CERT_FILE`.
|
||||
This will bind `/configs/` in the container to a local volume on my machine named `prusaslicer-novnc-data`. Additionally it will bind `/prints/` in the container to `superslicer-novnc-prints` locally on my machine, it will bind port `8080` to `8080`, and finally, it will provide an environment variable to keep Prusaslicer happy by providing an `SSL_CERT_FILE`.
|
||||
|
||||
## Links
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user