Skip to content

Commit 5a33e8a

Browse files
committed
-
1 parent 6391f59 commit 5a33e8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ services:
4141
- "1880:1880"
4242
restart: always
4343
nginx:
44-
image: tobi312/rpi-nginx
44+
build:nginx
4545
depends_on:
4646
- grafana
4747
- node-red

nginx/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM tobi312/rpi-nginx
22
COPY ./nginx.conf /etc/nginx/nginx.conf
3-
COPY ./nginx.conf /tmp
3+
44

55

66

0 commit comments

Comments
 (0)