From 4f60680307fe2df7b07a2c5633183f7c5f26aa2d Mon Sep 17 00:00:00 2001 From: Colin Hebert Date: Sat, 7 Jan 2023 10:45:33 +0100 Subject: [PATCH] Properly set up for 8080 --- bootstrap.docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.docker-compose.yml b/bootstrap.docker-compose.yml index dbfa3f8..ba45790 100644 --- a/bootstrap.docker-compose.yml +++ b/bootstrap.docker-compose.yml @@ -17,7 +17,7 @@ services: traefik: image: traefik ports: - - 8080:8080 + - 8080:80 - 8443:443 networks: - macvlan