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 1b01814 commit 485873aCopy full SHA for 485873a
docs/tls.md
@@ -34,7 +34,7 @@ For instance, to use self-signed certificates created with [mkcert](https://gith
34
# ...
35
volumes:
36
+ - ./frankenphp/certs:/etc/caddy/certs:ro
37
- - ./public:/app/public:ro
+ - ./:/app
38
```
39
5. Restart your `php` service
40
0 commit comments