parent
3b8ab7a74f
commit
4372bbaa6a
|
@ -3,7 +3,7 @@ FROM alpine:3.13
|
|||
LABEL description="Simple forum software for building great communities" \
|
||||
maintainer="Magicalex <magicalex@mondedie.fr>, Hardware <hardware@mondedie.fr>"
|
||||
|
||||
ARG VERSION=v0.1.0-beta.16
|
||||
ARG VERSION=v1.0.0
|
||||
|
||||
ENV GID=991 \
|
||||
UID=991 \
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
|
||||
- **latest** [(Dockerfile)](https://github.com/mondediefr/docker-flarum/blob/master/Dockerfile)
|
||||
- **stable** [(Dockerfile)](https://github.com/mondediefr/docker-flarum/blob/master/Dockerfile)
|
||||
- **1.0.0** [(Dockerfile)](https://github.com/mondediefr/docker-flarum/blob/1.0.0/Dockerfile)
|
||||
- **0.1.0-beta.16** [(Dockerfile)](https://github.com/mondediefr/docker-flarum/blob/0.1.0-beta.16/Dockerfile)
|
||||
- **0.1.0-beta.15** [(Dockerfile)](https://github.com/mondediefr/docker-flarum/blob/0.1.0-beta.15/Dockerfile)
|
||||
|
||||
|
@ -19,13 +20,13 @@
|
|||
- Lightweight & secure image
|
||||
- Based on Alpine Linux 3.13
|
||||
- **nginx** and **PHP 8.0**
|
||||
- Latest [Flarum Core](https://github.com/flarum/core) (v0.1.0-beta.16)
|
||||
- Latest [Flarum Core](https://github.com/flarum/core) (v1.0.0)
|
||||
- MySQL/Mariadb driver
|
||||
- OPCache extension configured
|
||||
|
||||
### Build-time variables
|
||||
|
||||
- **VERSION** = Version of [flarum/flarum](https://github.com/flarum/flarum) skeleton (default: *v0.1.0-beta.16*)
|
||||
- **VERSION** = Version of [flarum/flarum](https://github.com/flarum/flarum) skeleton (default: *v1.0.0*)
|
||||
|
||||
### Ports
|
||||
|
||||
|
|
Loading…
Reference in New Issue