Sign inSign up

phinz/typo3

By phinz

Updated about 9 years ago

TYPO3 Images

Image
3

2.7K

phinz/typo3 repository overview

About this Repo

This is a Git repo of a TYPO3 Docker image.

Supported tags

6.2, 6.2-latest 7, 7-latest 8, 8-latest master latest

Imagename

phinz/typo3:latest

Docker Compose example

version: "2"
services:
  web:
    image: phinz/typo3:latest
    ports:
      - "8080:80"
    depends_on:
      - db

  db:
    image: mysql:5.7
    environment:
      - "MYSQL_ROOT_PASSWORD=password"
      - "MYSQL_DATABASE=typo3"
      - "MYSQL_USER=username"
      - "MYSQL_PASSWORD=password"

Tag summary

Content type

Image

Digest

Size

223.5 MB

Last updated

about 9 years ago

docker pull phinz/typo3