Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion abc-base/8.5-frankenphp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ COPY --from=ghcr.io/stephank/pocketcron@sha256:bd5b058816eb0f20236ae429fb26fb7c3

# Copy configuration files and scripts.
COPY usrlocal/ /usr/local/
COPY caddy/ /etc/caddy/
COPY etc/ /etc/

# Image configuration.
ENTRYPOINT ["/usr/bin/tini", "--"]
Expand Down
2 changes: 2 additions & 0 deletions abc-base/8.5-frankenphp/etc/mysql/conf.d/90-nossl.cnf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[client-mariadb]
disable-ssl-verify-server-cert
2 changes: 1 addition & 1 deletion abc-base/8.5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ COPY --from=ghcr.io/stephank/pocketcron@sha256:bd5b058816eb0f20236ae429fb26fb7c3

# Copy configuration files and scripts.
COPY usrlocal/ /usr/local/
COPY nginx/ /etc/nginx/
COPY etc/ /etc/

# Image configuration.
ENTRYPOINT ["/usr/bin/tini", "--"]
Expand Down
2 changes: 2 additions & 0 deletions abc-base/8.5/etc/mysql/conf.d/90-nossl.cnf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[client-mariadb]
disable-ssl-verify-server-cert
File renamed without changes.
File renamed without changes.