Sign inSign up

histrio/webtrees

By histrio

Updated about 2 years ago

Image
0

10K+

histrio/webtrees repository overview

Webtrees Docker

The web's leading on-line collaborative genealogy application.

Minimal docker-compose file

version: '3'
services:
  db:
    image: mariadb:10
  site:
    image: histrio/webtrees:latest
    ports:
      - "8080:9000"

Tag summary

Content type

Image

Digest

sha256:c7f56cce3

Size

242.4 MB

Last updated

about 2 years ago

docker pull histrio/webtrees