Skip to content

Commit 80fcbde

Browse files
committed
fix: docker compose expose 8080
1 parent cce1102 commit 80fcbde

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compose.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ services:
44
openresty:
55
image: srajasimman/openresty-prometheus:latest
66
ports:
7-
- "8080:80"
7+
- "80:80"
88
- "9145:9145"
9+
- "8080:8080"
910
volumes:
1011
- ./sites/default.conf:/etc/nginx/conf.d/default.conf
1112
- ./public:/usr/share/nginx/html

0 commit comments

Comments
 (0)