Création
This commit is contained in:
10
haproxy/docker-compose.yaml
Normal file
10
haproxy/docker-compose.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
version: 2
|
||||
services:
|
||||
haproxy:
|
||||
container_name: my-haproxy
|
||||
volumes:
|
||||
- 'haproxy_config:/usr/local/etc/haproxy:ro'
|
||||
image: 'haproxy:2.0-alpine'
|
||||
ports:
|
||||
- 443:443
|
||||
- 80:80
|
||||
Reference in New Issue
Block a user