Dockerfile added
This commit is contained in:
parent
28d30c6499
commit
ce70c9b4bf
1 changed files with 11 additions and 0 deletions
11
Dockerfile
Normal file
11
Dockerfile
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
FROM: php:7.2-apache
|
||||
|
||||
COPY . /var/www/html/
|
||||
|
||||
ENV REDIS_OPTIONS_SCHEMA "tcp"
|
||||
ENV REDIS_OPTIONS_HOST "localhost"
|
||||
ENV REDIS_OPTIONS_PORT "6379"
|
||||
ENV REDIS_OPTIONS_PASSWORD
|
||||
|
||||
ENV RETWIS_TITLE "Moin"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue