From d2660811c97604d89b6d5f42f480ee13e446cf6b Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me> Date: Mon, 19 Oct 2020 14:44:49 -0400 Subject: [PATCH] Updated the compose file. --- docker-compose.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 346879a..18a1895 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,9 +1,5 @@ version: '2' services: - modular-nginx: + modular-ubuntu: build: . - image: qotoorg/modular-nginx:latest - container_name: swarm-proxy - ports: - - "8080:80" - - "4430:443" + image: modjular/modjular-ubuntu:latest -- GitLab