Skip to content

Commit f4f5d1a

Browse files
committed
improve the docker compose networks
1 parent 2c9865e commit f4f5d1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ services:
7979
timeout: 5s # Timeout after 5 seconds
8080
retries: 3 # Retry 3 times before marking as unhealthy
8181
start_period: 10s # Wait 10 seconds before starting health checks
82+
restart: always # Automatically restart the container if it fails or becomes unhealthy
8283

8384
puppeteer-image:
8485
image: ghcr.io/puppeteer/puppeteer:22.4.1

0 commit comments

Comments
 (0)