RocketChat with mongoDB and nginx for https access
193
Image based on Ubuntu Core and monitored by s6-overlay.
docker create \
--name=containername \
-e PUID=1000 \
-e PGID=1000 \
-e TZ=Europe/Amsterdam \
-p 80:80 \
-p 443:443 `#optional` \
-v /path/to/config:/config \
--restart unless-stopped \
thies88/imagename
After starting the container check log for instructions. go to https://ipdockerhost/spotweb
Via Docker Run/Create
-Update the image: docker pull thies88/containername
-Stop the running container: docker stop containername
-Delete the container: docker rm containername
-Recreate a new container with the same docker create parameters used at the setup of the container (if mapped correctly to a host folder, your /config folder and settings will be preserved)
-Start the new container: docker start containername
-You can also remove the old dangling images: docker image prune
Unraid users can use "Check for updates" within Unraid WebGui
A custom base image built with Ubuntu Core and S6 overlay Based on: https://github.com/linuxserver/docker-baseimage-ubuntu
Content type
Image
Digest
Size
379 MB
Last updated
over 5 years ago
docker pull thies88/rocketchat