This is the docker image of the ts-website made by Wruczek.
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.
Wruczek(for making this great website)
Content type
Image
Digest
Size
25.6 MB
Last updated
about 6 years ago
docker pull miguelndecarvalho/docker-ts-website