Skip to content

Commit f54a1fa

Browse files
committed
fix: prevent cert install warning in Docker images
1 parent b4115ca commit f54a1fa

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

caddy/frankenphp/Caddyfile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
# https://caddyserver.com/docs/caddyfile
55

66
{
7+
skip_install_trust
8+
79
{$CADDY_GLOBAL_OPTIONS}
810

911
frankenphp {
10-
#worker /path/to/your/worker.php
1112
{$FRANKENPHP_CONFIG}
1213
}
1314
}
@@ -46,7 +47,9 @@
4647

4748
{$CADDY_SERVER_EXTRA_DIRECTIVES}
4849

49-
php_server
50+
php_server {
51+
#worker /path/to/your/worker.php
52+
}
5053
}
5154

5255
# As an alternative to editing the above site block, you can add your own site

0 commit comments

Comments
 (0)