fossil server image. Put the repos to be served in /repos
1.4K
Small fossil docker image based on alpine linux. Store the fossil repos in /repos and they will be served on port 80
Example docker-compose.yml:
---
version: "2.1"
services:
fossil:
image: mpcjanssen/fossil:latest
environment:
- TZ=Europe/Amsterdan
volumes:
- repos:/repos
restart: unless-stopped
volumes:
repos:
Content type
Image
Digest
sha256:ccfae01e9…
Size
5.7 MB
Last updated
28 days ago
docker pull mpcjanssen/fossil