diff --git a/wownero/docker-compose.local.yaml b/wownero/docker-compose.local.yaml index e53394c..b0b4390 100644 --- a/wownero/docker-compose.local.yaml +++ b/wownero/docker-compose.local.yaml @@ -39,5 +39,3 @@ services: - "traefik.http.routers.http.entrypoints=http" - "traefik.http.routers.https.tls=true" - "traefik.http.routers.https.tls.certresolver=letsencrypt" - ports: - - "8000:8000" diff --git a/wownero/docker-compose.yaml b/wownero/docker-compose.yaml index c31afef..aec52aa 100644 --- a/wownero/docker-compose.yaml +++ b/wownero/docker-compose.yaml @@ -38,5 +38,3 @@ services: - "traefik.http.routers.http.entrypoints=http" - "traefik.http.routers.https.tls=true" - "traefik.http.routers.https.tls.certresolver=letsencrypt" - ports: - - 8000:8000