mirror of
https://gitgud.io/fatchan/haproxy-protection.git
synced 2025-05-09 02:05:37 +00:00
expose port 80 in docker-compsoe example
This commit is contained in:
@ -8,6 +8,8 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: ./
|
context: ./
|
||||||
dockerfile: haproxy/Dockerfile
|
dockerfile: haproxy/Dockerfile
|
||||||
|
ports:
|
||||||
|
- 80:80
|
||||||
volumes:
|
volumes:
|
||||||
- ./haproxy/haproxy.cfg:/etc/haproxy/haproxy.cfg
|
- ./haproxy/haproxy.cfg:/etc/haproxy/haproxy.cfg
|
||||||
- ./haproxy/ddos.map:/etc/haproxy/ddos.map
|
- ./haproxy/ddos.map:/etc/haproxy/ddos.map
|
||||||
|
Reference in New Issue
Block a user