Skip to content

Commit 2f5669a

Browse files
committed
Remove unnecessary comments from docker-compose.yml for clarity
1 parent 93acc07 commit 2f5669a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docker-compose.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ services:
77
- "4444:4444" # Expose the hub port to our host machine
88
shm_size: '2g' # Add shared memory to prevent Chrome crashes
99

10-
# --- THIS IS THE MAGIC ---
1110
# Docker will run this command inside the 'selenium' container
1211
# until it returns success (exit code 0).
1312
healthcheck:
@@ -24,9 +23,8 @@ services:
2423
volumes:
2524
- ./allure-results:/app/allure-results # Map results folder
2625

27-
# --- THIS IS THE OTHER HALF OF THE MAGIC ---
2826
# This tells 'tests' to NOT start until the 'selenium'
29-
# service's 'healthcheck' has passed. No more race conditions!
27+
# service's 'healthcheck' has passed.
3028
depends_on:
3129
selenium:
3230
condition: service_healthy

0 commit comments

Comments
 (0)