Compare commits
4 commits
28d30c6499
...
00bfdb7b74
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
00bfdb7b74 | ||
|
|
71fdbc6a5a | ||
|
|
e21bbe6b51 | ||
|
|
ce70c9b4bf |
1 changed files with 15 additions and 0 deletions
15
Dockerfile
Normal file
15
Dockerfile
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
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