Skip to content
This repository was archived by the owner on Mar 24, 2022. It is now read-only.
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 phpfpm-k8s/app-code/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
- '80:80'
- '443:443'
volumes:
- ./vhosts:/bitnami/nginx/conf/vhosts
- ./vhosts:/bitnami/nginx/conf/server_blocks
mariadb:
image: bitnami/mariadb:latest
environment:
Expand Down
2 changes: 1 addition & 1 deletion phpfpm-k8s/helm-chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ spec:
timeoutSeconds: 1
volumeMounts:
- name: nginx-config
mountPath: /bitnami/nginx/conf/vhosts
mountPath: /bitnami/nginx/conf/server_blocks
volumes:
- name: nginx-config
configMap:
Expand Down