Skip to content

Commit afdf266

Browse files
j1yakbestlong
authored andcommitted
fix certbot (laradock#1666)
1 parent a1af01b commit afdf266

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
@@ -575,7 +575,7 @@ services:
575575
context: ./certbot
576576
volumes:
577577
- ./data/certbot/certs/:/var/certs
578-
- ./certbot/letsencrypt/:${APP_CODE_PATH_CONTAINER}/letsencrypt
578+
- ./certbot/letsencrypt/:/var/www/letsencrypt
579579
environment:
580580
- CN="fake.domain.com"
581581
- EMAIL="fake.email@gmail.com"

0 commit comments

Comments
 (0)