-
### Description
Sometimes a network fails to be removed with the following error :
```
$ docker network rm s_web
Error response from daemon: error while removing network: network s_web id 6b63ee…
-
在services/nginx/conf.d/test.cn.conf配置这个文件,内容如下
server {
listen 80;
server_name test.cn;
root /www/test.cn;
index index.php index.html index.htm;
access_log /dev/n…
-
**Is your feature request related to a problem? Please describe.**
I want to include just the UI in my Docker compose as I already have a SWAG container which has NGINX, Certbot and php.
**Describ…
-
Hi!
In for example a nginx+php-fpm deployment, I'm using a multistage docker build
1. Compile javascript assets
2. create a nginx image with all files
3. install php depenencies
4. create a p…
-
Hi
I have achieved mailcow + mailman setup without the need of Apache reverse-proxy.
I instead use custom site on mailcow nginx, so certs are already handled by mailcow.
In `/opt/mailcow-docker…
-
**Describe the bug**
If you install Docker on Ubuntu, and run make setup in Attendize, you will meet an error.
**To Reproduce**
Steps to reproduce the behavior:
1. Clone the Attendize GitHub Rep…
-
### Issue Description
Command `podman system df` returns a negative reclaimable size of images.
```
[web@s4 ~]$ podman system df
TYPE TOTAL ACTIVE SIZE RECLAIMABLE
Images…
-
### Describe the bug
Column format can't render numeric percentage without decimal place.
```
columns: [
{
renderer: 'text'
},{
renderer: 'numeric'
},{
renderer: 'numeri…
-
Visiting a .php url results in downloading the file instead of running it.
How to reproduce:
```
#installed symfony cli tool:
sudo mkdir -p /usr/local/bin
sudo curl -LsS https://symfony.com/i…
-
# Description
I've edited this for full context of how we got here, as this issue is getting kind of long, because it needed to be tested in a lot of different ways which lead me in several direction…