Sign inSign up

mpcjanssen/fossil

By mpcjanssen

Updated 28 days ago

fossil server image. Put the repos to be served in /repos

Image
0

1.4K

mpcjanssen/fossil repository overview

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:

Tag summary

Content type

Image

Digest

sha256:ccfae01e9

Size

5.7 MB

Last updated

28 days ago

docker pull mpcjanssen/fossil