We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6391f59 commit 5a33e8aCopy full SHA for 5a33e8a
docker-compose.yml
@@ -41,7 +41,7 @@ services:
41
- "1880:1880"
42
restart: always
43
nginx:
44
- image: tobi312/rpi-nginx
+ build:nginx
45
depends_on:
46
- grafana
47
- node-red
nginx/Dockerfile
@@ -1,6 +1,6 @@
1
FROM tobi312/rpi-nginx
2
COPY ./nginx.conf /etc/nginx/nginx.conf
3
-COPY ./nginx.conf /tmp
+
4
5
6
0 commit comments