-
Hi!
I'm still strugling with default install and Collabora connection on Debian Buster/self-signed certificate. During install playbook shows error, which IMHO can't affect docker (its just add-on …
-
Why is nginx user fixed?
Instead of being a configurable PUID PGID like PHP-FPM?
Does it make any sense
nginx/Dockerfile
RUN set -x ; \
addgroup -g 82 -S www-data ; \
adduser -u 82 -D …
-
I try to add the `imagick` php extension to my Docker container:
```Dockerfile
FROM php:8.3-fpm-alpine AS base
RUN apk add --update --no-cache --virtual .build-deps $PHPIZE_DEPS imagemagick ima…
-
I am currently installing radar-base in an ubuntu server with a domain name with minimum specifications as detailed here: https://radar-base.org/index.php/2019/02/13/how-to-install-radar-base-using-ra…
-
```
FROM node:22-alpine as build-assets
WORKDIR /app
COPY . .
RUN yarn install && yarn encore production
FROM php:8.3-apache
RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf
…
-
Sometimes during build I see
```
+ gpg --keyserver ha.pool.sks-keyservers.net --recv-keys 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
gpg: keybox '/tmp/tmp.aEHofD/pubring.kbx' created
gpg: keyserver …
-
With my current docker-setup, I get an error at the admin overview page because /.well-known/host-meta isn't reachable.
![Screenshot_2019-09-10 Philipp's Friendica Admin](https://user-images.github…
-
Hello,
My Nextcloud runs in an docker container. Now i try to build facerecognition in this Container with an Dockerfile.
When i try to compile dlib i get this error.j
`FROM ubuntu:latest
RUN…
-
There are a bunch of stuff we should do regarding documentation and testing:
- Provide information in documentation on how to manually test
- Setup automated testing
-
This issue has originally been reported by @bscheshirwork at https://github.com/yiisoft/yii2/issues/14210.
Moved here by @samdark.
-----
### What steps will reproduce the problem?
- gii: generate m…