Skip to content

Commit

Permalink
Update to php:7.3-apache
Browse files Browse the repository at this point in the history
  • Loading branch information
nevotheless committed Dec 14, 2018
1 parent f9cf660 commit fad871e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#dokuwiki-docker dockerfile
FROM php:7.1-apache
# dokuwiki-docker dockerfile
FROM php:7.3-apache

LABEL maintainer kopplow.tim@gmail.com
LABEL maintainer tim@arctium.io

# Download dokuwiki source
RUN curl -O https://download.dokuwiki.org/src/dokuwiki/dokuwiki-stable.tgz
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[![](https://images.microbadger.com/badges/image/ununseptium/dokuwiki-docker.svg)](https://microbadger.com/images/ununseptium/dokuwiki-docker "Get your own image badge on microbadger.com")

# dokuwiki-docker
simple to use and highly versatile Open Source wiki ... containerized
Simple to use and highly versatile open-source wiki... conveniently packaged as a container image

> This Dockerfile contains a thinner and more modern approach to run a dockerized version of dokuwiki.
> It's based on the php:7.1-apache image which ships with apache and php7 right out of the box.
> It's based on the php:7.3-apache image which ships with apache and php7 right out of the box.
## how to run
## How-to use the Image

Instead of just starting a container right from the dockerfile use the docker-compose feature with a `docker-compose.yml` file like this instead.
Instead of just starting a container right from the dockerfile, just use the docker-compose feature with a `docker-compose.yml` file like this instead.

```
version: '2'
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Example docker-compose file
version: '2'
services:
dokuwiki:
Expand Down

0 comments on commit fad871e

Please sign in to comment.