We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03ee834 commit 8b13387Copy full SHA for 8b13387
docker-compose.yml
@@ -11,7 +11,7 @@ services:
11
- ./static:/usr/src/website-niaefeup-frontend/static
12
environment:
13
- PORT=3000
14
- network_mode: "host" # do not add this to prod!
+ network_mode: 'host' # do not add this to prod!
15
16
website-niaefeup-frontend-storybook:
17
build:
0 commit comments