We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bea40dc commit 39608adCopy full SHA for 39608ad
1 file changed
docker-compose.yml
@@ -42,7 +42,7 @@ configs:
42
url: http://file-server:3001
43
npmRegistry:
44
enabled: true
45
- url: http://npm-registry:4873
+ url: http${TLS_ENABLED:+s}://npm.${DOMAIN}
46
admin:
47
username: admin
48
password: ${NPM_PASSWORD:-secret}
0 commit comments