Skip to content

Commit 8d27e71

Browse files
authored
Update docker-compose.yml
1 parent 6bda3d6 commit 8d27e71

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docker-compose.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
- SPRING_PROFILES_ACTIVE=docker # Example: Activate a 'docker' Spring profile
1515
# Make backend-app depend on mysql and minio to ensure they start first
1616
restart: unless-stopped
17-
# Service for the Process_image application
17+
# Service for the Process_Image application
1818
web:
1919
build:
2020
context: ./frontend
@@ -26,13 +26,13 @@ services:
2626
restart: unless-stopped
2727
container_name: my-frontend-app-1
2828
process-image-app:
29-
# Build the image using the Dockerfile in the ./Process_image directory
30-
build: ./Process_image
29+
# Build the image using the Dockerfile in the ./Process_Image directory
30+
build: ./Process_Image
3131
ports:
3232
- "8123:8123"
3333
volumes:
34-
# Mount the ./Process_image directory to /app in the container
35-
- ./Process_image:/app
34+
# Mount the ./Process_Image directory to /app in the container
35+
- ./Process_Image:/app
3636
environment:
3737
- PYTHONUNBUFFERED=1
3838
container_name: my-process-image-app-1 # Added a container name for clarity

0 commit comments

Comments
 (0)