Skip to content

wearemakery/upsource

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Upsource Docker

This image contains Jetbrains Upsource. It's based on Zulu.

Usage

docker create --name upsource-data \
  -v /opt/Upsource/conf \
  -v /opt/Upsource/data \
  -v /opt/Upsource/logs \
  -v /opt/Upsource/backups \
  busybox /bin/true
docker run -d \
  --volumes-from upsource-data \
  -p 8080:8080 \
  --name upsource wearemakery/upsource

About

Minimal Upsource image based on openSUSE.

Resources

Stars

Watchers

Forks

Packages

No packages published