We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cce1102 commit 80fcbdeCopy full SHA for 80fcbde
compose.yaml
@@ -4,8 +4,9 @@ services:
4
openresty:
5
image: srajasimman/openresty-prometheus:latest
6
ports:
7
- - "8080:80"
+ - "80:80"
8
- "9145:9145"
9
+ - "8080:8080"
10
volumes:
11
- ./sites/default.conf:/etc/nginx/conf.d/default.conf
12
- ./public:/usr/share/nginx/html
0 commit comments