diff --git a/docker-compose.yml b/docker-compose.yml index 3bbf7ad..3c1fe8a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,13 +1,13 @@ -version: '3' - -services: - nebula: - image: nebula:latest - build: - context: . - dockerfile: Dockerfile - container_name: nebula - restart: unless-stopped - ports: - # Host:Container (DO NOT MODIFY THE CONTAINER PORT) - - "8081:8080" +version: "3" + +services: + nebula: + image: nebula:latest + build: + context: . + dockerfile: Dockerfile + container_name: nebula + restart: unless-stopped + ports: + # Host:Container (DO NOT MODIFY THE CONTAINER PORT) + - "8081:8080" diff --git a/index.html b/index.html index e7d47cd..8e0c8d9 100644 --- a/index.html +++ b/index.html @@ -11,21 +11,24 @@ + }); + } +
@@ -38,12 +41,15 @@ window.location.href = window.location.href;