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 ed0c84f commit cd16300Copy full SHA for cd16300
docker-compose.yml
@@ -6,7 +6,8 @@ services:
6
args:
7
- NODE_MAJOR=${NODE_MAJOR:-20}
8
ports:
9
- - "127.0.0.1:${HTTP_PORT:-8000}:8000"
+ - "127.0.0.1:${HTTP_PORT:-3000}:3000"
10
+ - "127.0.0.1:${HTTP_PORT:-3001}:3001"
11
volumes:
12
- .:/var/www/html
13
environment:
0 commit comments