2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2025-12-16 14:01:04 +01:00

Fixing examples

- remove supervisord possibility due incompatibility with `tini`
- Fix example Dockerfiles
This commit is contained in:
Philipp Holzer 2021-03-27 23:44:50 +01:00
commit 83dafd7642
No known key found for this signature in database
GPG key ID: 9A28B7D4FF5667BD
11 changed files with 10 additions and 92 deletions

View file

@ -1,4 +1,4 @@
FROM friendica/server:apache
FROM friendica:apache
RUN mkdir -p /usr/src/config
COPY addon.config.php /usr/src/config/

View file

@ -1,4 +1,4 @@
FROM friendica/server:fpm-alpine
FROM friendica:fpm-alpine
RUN mkdir -p /usr/src/config
COPY addon.config.php /usr/src/config/

View file

@ -1,4 +1,4 @@
FROM friendica/server:fpm
FROM friendica:fpm
RUN mkdir -p /usr/src/config
COPY addon.config.php /usr/src/config/