From 93d594dd028647f725659e904d78368a4e4dd8d8 Mon Sep 17 00:00:00 2001 From: Colin Hebert Date: Tue, 3 Jan 2023 14:39:35 +0100 Subject: [PATCH] Set ports to 8080 and 8443 until macvlan is sorted --- bootstrap.docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap.docker-compose.yml b/bootstrap.docker-compose.yml index 77b9fc4..4eafdf9 100644 --- a/bootstrap.docker-compose.yml +++ b/bootstrap.docker-compose.yml @@ -17,8 +17,8 @@ services: traefik: image: traefik ports: - - 80:80 - - 443:443 + - 8080:80 + - 8443:443 networks: - traefik - docker