We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 834fb1a commit 00264bcCopy full SHA for 00264bc
docker/docker-compose.ci.yml
@@ -15,6 +15,7 @@ services:
15
DB_MYSQL_NAME: 'npm'
16
volumes:
17
- npm_data_mysql:/data
18
+ - npm_le_mysql:/etc/letsencrypt
19
expose:
20
- 81
21
- 80
@@ -38,6 +39,7 @@ services:
38
39
DISABLE_IPV6: 'true'
40
41
- npm_data_sqlite:/data
42
+ - npm_le_sqlite:/etc/letsencrypt
43
44
45
@@ -84,4 +86,6 @@ volumes:
84
86
cypress_logs_sqlite:
85
87
npm_data_mysql:
88
npm_data_sqlite:
89
+ npm_le_sqlite:
90
+ npm_le_mysql:
91
mysql_data:
0 commit comments