Este commit está contenido en:
Your Name
2020-05-28 10:37:24 +00:00
padre b31754982d
commit ed1817908a
Se han modificado 2 ficheros con 180 adiciones y 0 borrados

Ver fichero

@@ -0,0 +1,25 @@
version: "2"
services:
traefik:
image: traefik
hostname: traefik
container_name: traefik
restart: always
volumes:
- ./traefik.toml:/etc/traefik/traefik.toml
- /var/run/docker.sock:/var/run/docker.sock
expose:
- 80
- 8080
networks:
mynet:
ipv4_address: 172.99.0.101
networks:
mynet:
driver: bridge
ipam:
config:
- subnet: 172.99.0.0/24