Sign inSign up

miguelndecarvalho/docker-ts-website

By miguelndecarvalho

Updated about 6 years ago

Image
0

337

miguelndecarvalho/docker-ts-website repository overview

docker-ts-website

Description

This is the docker image of the ts-website made by Wruczek.

Running the Container

To run the container simply do this:

docker run \
  -d \
  --name=ts-website \
  -p 8080:8080 \
  -e UID='UID' \
  -e GID='GID' \
  -v ${PWD}:/var/www/html/ \
  --restart unless-stopped \
  miguelndecarvalho/docker-ts-website

You will need a MySQL or MariaDB to use the Website.

Thanks

Wruczek(for making this great website)

Tag summary

Content type

Image

Digest

Size

25.6 MB

Last updated

about 6 years ago

docker pull miguelndecarvalho/docker-ts-website