Création

This commit is contained in:
Iwan Clement
2019-06-18 22:42:26 +02:00
parent d2ee8c6b09
commit 5ca0850263

View 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