diff --git a/sample.compose.yml b/sample.compose.yml index a03c3dc..99dbc75 100644 --- a/sample.compose.yml +++ b/sample.compose.yml @@ -2,7 +2,7 @@ services: frontend: container_name: yale-access-frontend - image: liamp1/yale-access-frontend:latest + image: liamsgit.dev/liampietralla/yale-access-frontend:latest restart: unless-stopped ports: 5015:3000 @@ -12,7 +12,7 @@ services: backend: container_name: yale-access-backend - image: liamp1/yale-access-backend:latest + image: liamsgit.dev/liampietralla/yale-access-backend:latest restart: unless-stopped ports: 5016:80 @@ -34,4 +34,5 @@ services: volumes: - ./log:/log - - ./data:/yale-data \ No newline at end of file + - ./data:/yale-data + \ No newline at end of file