Compare commits
No commits in common. "00bfdb7b74631621c40082240ebd2cc48812fa22" and "28d30c64990381dd2071858f229c44ac78120e3c" have entirely different histories.
00bfdb7b74
...
28d30c6499
1 changed files with 0 additions and 15 deletions
15
Dockerfile
15
Dockerfile
|
|
@ -1,15 +0,0 @@
|
||||||
FROM php:7.2-apache
|
|
||||||
|
|
||||||
RUN sed -i "s/80/8080/g" /etc/apache2/sites-available/000-default.conf /etc/apache2/ports.conf
|
|
||||||
|
|
||||||
COPY . /var/www/html/
|
|
||||||
|
|
||||||
ENV REDIS_OPTIONS_SCHEMA "tcp"
|
|
||||||
ENV REDIS_OPTIONS_HOST "localhost"
|
|
||||||
ENV REDIS_OPTIONS_PORT "6379"
|
|
||||||
ENV REDIS_OPTIONS_PASSWORD "changeme"
|
|
||||||
|
|
||||||
ENV RETWIS_TITLE "Moin"
|
|
||||||
|
|
||||||
EXPOSE 8080
|
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue