Skip to content

Commit

Permalink
MongoDB Version to '2.1.16'
Browse files Browse the repository at this point in the history
  • Loading branch information
QuadStingray authored and QuadStingray committed Jun 27, 2023
1 parent e7c9d9b commit 19680ca
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# QuadStingray/webtrees:2.1.15
# quadstingray/webtrees:2.1.16

![Docker Pulls](https://img.shields.io/docker/pulls/quadstingray/webtrees) ![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/quadstingray/webtrees) ![Docker Image Version (latest by date)](https://img.shields.io/docker/v/quadstingray/webtrees)

Expand Down Expand Up @@ -34,7 +34,7 @@ Automated builds of the image are available on
[Dockerhub](https://hub.docker.com/r/quadstingray/webtrees)

```bash
docker pull quadstingray/webtrees:2.1.15
docker pull quadstingray/webtrees:2.1.16
```

Alternatively you can build the image yourself.
Expand All @@ -56,7 +56,7 @@ Username, password, and DB name are your choices.
Start Webtrees using:

```bash
docker run --publish 80:80 quadstingray/webtrees:2.1.15
docker run --publish 80:80 quadstingray/webtrees:2.1.16
```


Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
webtrees:
# build:
# context: ./webtrees
image: quadstingray/webtrees:2.1.15
image: quadstingray/webtrees:2.1.16
container_name: webtrees2
links:
- webtrees-mysql:webtrees-mysql
Expand Down
2 changes: 1 addition & 1 deletion vesta/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quadstingray/webtrees:2.1.15
FROM quadstingray/webtrees:2.1.16

WORKDIR /tmp_download

Expand Down
2 changes: 1 addition & 1 deletion webtrees/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM php:8.2.7-apache

ENV WEBTREES_VERION="2.1.15"
ENV WEBTREES_VERION="2.1.16"

WORKDIR /tmp_download

Expand Down

0 comments on commit 19680ca

Please sign in to comment.