A multi-architecture Docker image for Fossil.
- None
$ docker run -d \
--name=fossil \
-e TZ=America/Los_Angeles `# optional` \
-e PUID=1000 `# optional` \
-e PGID=1000 `# optional` \
-p 8080:8080 \
--restart unless-stopped \
nicholaswilde/fossil
See docker-compose.yaml.
See Wiki.
See Wiki.
If you want to automatically generate README.md
files with a pre-commit hook, make sure you
install the pre-commit binary, and add a .pre-commit-config.yaml file
to your project. Then run:
pre-commit install
pre-commit install-hooks
Currently, this only works on amd64
systems.
Inspiration for this repository has been taken from Duvel/docker-fossil.
This project was started in 2020 by Nicholas Wilde.