File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ It's also possible to run CoMPAS OpenSCD as a docker. Of every release a docker
52
52
Hub. To run the docker container use the following command.
53
53
54
54
```
55
- docker run -it --rm -d -p 8080:80 --name compas-open-scd lfenergy/compas-open-scd:latest
55
+ docker run -it --rm -d -p 8080:8080 --name compas-open-scd lfenergy/compas-open-scd:latest
56
56
```
57
57
58
58
Now open a browser and go to "http://localhost:8080 ". CoMPAS OpenSCD is shown.
Original file line number Diff line number Diff line change 1
- FROM nginx:latest
2
- COPY build/. /usr/share/nginx/html /
1
+ FROM bitnami/ nginx:1.23.1
2
+ COPY build/. /app /
3
3
4
- VOLUME /etc/ nginx/conf.d
5
- VOLUME /usr/share/nginx/html /public/cim
6
- VOLUME /usr/share/nginx/html /public/conf
4
+ VOLUME /opt/bitnami/ nginx/conf/server_blocks/
5
+ VOLUME /app /public/cim
6
+ VOLUME /app /public/conf
You can’t perform that action at this time.
0 commit comments