Skip to content

Commit

Permalink
fix key file name in example (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
davejrt committed Jul 16, 2020
1 parent 4d09da7 commit 7dafb7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose/docker-compose.yaml
Expand Up @@ -49,7 +49,7 @@ services:
# - '/LOCAL/CERT/PATH.pem:/sourcegraph.pem'
#
# Uncomment / update the following line when using HTTPS with custom certficates
# - '/LOCAL/KEY/PATH.pem:/sourcegraph.key'
# - '/LOCAL/KEY/PATH.key:/sourcegraph.key'
ports:
- '0.0.0.0:80:80'
- '0.0.0.0:443:443'
Expand Down

0 comments on commit 7dafb7f

Please sign in to comment.