diff --git a/docker-compose.yaml b/docker-compose.yaml index 1047686..479b114 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -7,7 +7,8 @@ services: context: . dockerfile: docker/nginx.Dockerfile ports: - - 4444:4444 + - 80:80 + - 443:443 volumes: - ./config:/config - /etc/letsencrypt:/etc/letsencrypt:ro