Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 680 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 680 Bytes

docker-cacheboxserver

A Container for CBS Cacheboxserver

More information about cachebox and Cacheboxserver find here: https://geoclub.de/forum/viewforum.php?f=114

Installation steps:

Server running with ubuntu and docker

mkdir /docker/data/cbs

copy your local cachebox database to this folder

cp cachebox.db3 /docker/data/cbs

docker run -d --restart=always
-p 8085:8085 -p 9911:9911
-e PUID=1000 -e PGID=1000
--name=cacheboxserver
-v /docker/data/cbs:/cbs/cachebox
homersim1/cacheboxserver:latest

nach dem ersten "docker run", um alle Dateien erstell zu können

docker restart cachebox

access your server via

:8085/cbserver