Sign inSign up

thies88/rocketchat

By thies88

Updated over 5 years ago

RocketChat with mongoDB and nginx for https access

Image
0

193

thies88/rocketchat repository overview

Appname

Image based on Ubuntu Core and monitored by s6-overlay.

weekly builds @Saturday at 3:00 (AM)
docker setup
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

update your container:

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

Tag summary

Content type

Image

Digest

Size

379 MB

Last updated

over 5 years ago

docker pull thies88/rocketchat