diff --git a/docker-compose.yml b/docker-compose.yml index 914e435..c6419b4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,19 +1,14 @@ version: '3' services: switch-elicit: build: . ports: - "8080:8080" depends_on: - "mongodb" - links: - - "mongodb:mongodbhost" restart: "always" mongodb: image: "mongo:latest" restart: "always" - - - - - \ No newline at end of file + ports: + - "27017:27017" \ No newline at end of file