Skip to content

Commit bea40dc

Browse files
authored
Update npm registry URL in docker-compose.yml (#292)
When the service was renamed, the config was not updated.
1 parent 46b47d2 commit bea40dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 2 deletions
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:4873
45+
url: http://npm-registry:4873
4646
admin:
4747
username: admin
4848
password: ${NPM_PASSWORD:-secret}
@@ -600,4 +600,4 @@ volumes:
600600
fileStorage:
601601
acme:
602602
emqx:
603-
npm-registry:
603+
npm-registry:

0 commit comments

Comments
 (0)