php-fpm www.conf listen tcp
This commit is contained in:
@@ -65,10 +65,10 @@ spec:
|
|||||||
protocol: TCP
|
protocol: TCP
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "128Mi"
|
memory: "256Mi"
|
||||||
cpu: "250m"
|
cpu: "250m"
|
||||||
limits:
|
limits:
|
||||||
memory: "256Mi"
|
memory: "512Mi"
|
||||||
cpu: "3000m"
|
cpu: "3000m"
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -144,9 +144,9 @@ fi
|
|||||||
if version_greater "$image_version" "$installed_version"; then
|
if version_greater "$image_version" "$installed_version"; then
|
||||||
log "Dolibarr initialization..."
|
log "Dolibarr initialization..."
|
||||||
if [ "$(id -u)" = 0 ]; then
|
if [ "$(id -u)" = 0 ]; then
|
||||||
rsync_options="-rlDog --chown www-data:root"
|
rsync_options="-rvlDog --chown www-data:root"
|
||||||
else
|
else
|
||||||
rsync_options="-rlD"
|
rsync_options="-rvlD"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
mkdir -p /var/www/scripts
|
mkdir -p /var/www/scripts
|
||||||
|
|||||||
Reference in New Issue
Block a user