Add api port mapping

This commit is contained in:
Joey Hafner 2022-04-29 12:17:06 -07:00
parent 651b420150
commit e0040c1ce6

View File

@ -10,6 +10,7 @@ services:
ports:
- 80:80
- 443:443
- 8080:8080
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- ./traefik.toml:/traefik.toml