Skip to content

Commit 39608ad

Browse files
authored
Ensure external npm URL is used (#293)
1 parent bea40dc commit 39608ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ configs:
4242
url: http://file-server:3001
4343
npmRegistry:
4444
enabled: true
45-
url: http://npm-registry:4873
45+
url: http${TLS_ENABLED:+s}://npm.${DOMAIN}
4646
admin:
4747
username: admin
4848
password: ${NPM_PASSWORD:-secret}

0 commit comments

Comments
 (0)