We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39608ad commit f40c64cCopy full SHA for f40c64c
1 file changed
docker-compose.yml
@@ -422,7 +422,7 @@ configs:
422
adminSecret: ${NPM_PASSWORD:-secret}
423
packages:
424
'@*/*':
425
- access: $authenticated
+ access: $$authenticated
426
log: { type: stdout, format: pretty, level: http }
427
428
services:
@@ -581,6 +581,7 @@ services:
581
environment:
582
- "VIRTUAL_HOST=npm.${DOMAIN:?error}"
583
- "VIRTUAL_PORT=4873"
584
+ - "LETSENCRYPT_HOST=npm.${DOMAIN}"
585
configs:
586
- source: npm-registry-config
587
target: /verdaccio/conf/config.yaml
0 commit comments