-
In both alpine dockers the Administration->Backup features are working as expected. However do see following php warnings (these are not seen in ubuntu dockers):
``````
[30-Oct-2017 18:22:31 UTC] PH…
-
您好,
近日我将原本运行在debian服务器上的showdoc迁移到了Alpine Linux 服务器,迁移方法是:
在Alpine Linux 服务器手动安装apache2 php php-apache2 php-gd等。
将所有文件从旧服务器复制到新服务器。
新服务器上所有文件属主设置为 apache(即apache2运行的用户),权限设置为777。
在浏览器打开网址,输入账号、密码…
-
The new Linux tar package does not load properly in Alpine for the PHP 8.1 libraries:
(Error relocating /usr/lib/php81/modules/PDO_SQLSRV_8.1_NTS.so: __snprintf_chk: symbol not found)) in Unknown …
-
Alpine linux uses a smaller libc than ubuntu and redhat and produces really small docker images. There are [official php docker images on docker hub](https://hub.docker.com/_/php/) that use this. One …
-
I am getting the following error, when I try to install a needed php extension.
`WARNING: The repository tag for world dependency 'php7-pear@testing' does not exist`
-
FROM codecasts/alpine-3.9:php-7.3 not present on hub.docker
-
### What happened?
I'm having an issue caused by bg-light on tr, that is causing a white color on my dark theme.
But another problem appears if I try to fix it removing this class from your publis…
-
Using this Dockerfile:
```
FROM webdevops/php-nginx:7.4-alpine
RUN apk upgrade --update --force
```
Running `docker build .`
This error is returned:
```
[+] Building 18.6s (5/5) FINISHED …
-
I was using your repository successfully on my WSL for a long time, but today I bought a Raspberry PI 5 in order to have multiple tools always running, instead of using WSL...
But unfortunately the…
-
## Dropdown Component Slots Not Working in Laravel Blade with Alpine.js
### Summary
The dropdown component in Laravel Blade is not displaying its content correctly when using named slots for…