Files
homeAutomation/vpn-server/docker-compose.yml
2022-07-27 23:52:34 +02:00

12 lines
287 B
YAML

version: "3.9"
services:
whoami:
network_mode: "host"
image: traefik/whoami
command:
- --port=2001
traefik:
network_mode: "host"
image: "traefik:1.7.10"
volumes:
- /home/pi/repos/homeAutomation/traefik/traefik.1.7.10.toml:/etc/traefik/traefik.toml