Skip to content

Commit b356f83

Browse files
committed
Use the local Lets Encrypt folder for easier migration
1 parent 0398db0 commit b356f83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
- ./ols/sites:/var/www/vhosts/
1010
- ./ols/acme:/root/.acme.sh/
1111
- ./ols/logs:/usr/local/lsws/logs/
12-
- /etc/letsencrypt:/etc/letsencrypt
12+
- ./letsencrypt:/etc/letsencrypt
1313
ports:
1414
- 443:443
1515
- 443:443/udp

0 commit comments

Comments
 (0)