Skip to content

Commit

Permalink
improve the docker compose networks (#4731)
Browse files Browse the repository at this point in the history
* improve the docker compose networks

* improve the docker compose networks

* improve the docker compose networks
  • Loading branch information
kobenguyent authored Jan 9, 2025
1 parent ff19db7 commit 2e067e4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,9 @@ services:
<<: *test-service
entrypoint: []
command: npm run json-server
expose:
- 8010
ports:
- '8010:8010' # Expose to host
restart: always # Automatically restart the container if it fails or becomes unhealthy

puppeteer-image:
image: ghcr.io/puppeteer/puppeteer:22.4.1
Expand Down

0 comments on commit 2e067e4

Please sign in to comment.