diff --git a/docker-compose.yml b/docker-compose.yml index 00e41d373bf00e0e884599e906dcea946dcc7949..65d82530d9074c502f5119c6c8110bfd34c13d1f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.8" services: app: - image: container.cs.vt.edu/fhurtado14/corps-directory:latest # Pull the image from your repository + image: container.cs.vt.edu/fhurtado14/corps-directory:latest # Pull the image ports: - "3000:3000" command: npm start # Use npm start to run the app @@ -12,7 +12,7 @@ services: - app-network mysql: - image: mysql:8 + image: mysql:8 # use image from discovery cluster? environment: MYSQL_DATABASE: corps_directory_db MYSQL_USER: corps_directory_dev