We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff19db7 commit 2e067e4Copy full SHA for 2e067e4
test/docker-compose.yml
@@ -70,8 +70,9 @@ services:
70
<<: *test-service
71
entrypoint: []
72
command: npm run json-server
73
- expose:
74
- - 8010
+ ports:
+ - '8010:8010' # Expose to host
75
+ restart: always # Automatically restart the container if it fails or becomes unhealthy
76
77
puppeteer-image:
78
image: ghcr.io/puppeteer/puppeteer:22.4.1
0 commit comments