Skip to content

Commit 6d1f44d

Browse files
authored
add missing npm section (#137)
1 parent fc5443c commit 6d1f44d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

ova/files/docker-compose.standalone.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,13 @@ services:
4545
- "443:443" # HTTPS Port
4646
- "81:81" # Admin Web Port
4747

48+
environment:
49+
TZ: "UTC"
50+
51+
volumes:
52+
- ./.volumes/npm/data:/data
53+
- ./.volumes/npm/letsencrypt:/etc/letsencrypt
54+
4855
db:
4956
restart: always
5057
profiles: [core]

0 commit comments

Comments
 (0)