diff --git a/docker-compose.yml b/docker-compose.yml index 346879a6dcb9d684aba7bed1277b3051afa18f45..18a1895829ebe4bdbecab280abfd347fba7b5fff 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