Creates a Container which runs [jeroenpardon's](https://github.com/jeroenpardon)[sui](https://github.com/jeroenpardon/sui), with [lsiobase/nginx](https://hub.docker.com/r/lsiobase/nginx) as the base image, as seen on https://imgur.com/a/FDVRIyw.
Creates a Container which runs [ThreadR-r's](https://github.com/ThreadR-r)[sui-dashboard-status](https://github.com/ThreadR-r/sui-dashboard-status), a fork of [jeroenpardon's](https://github.com/jeroenpardon)[sui](https://github.com/jeroenpardon/sui) with [lsiobase/nginx](https://hub.docker.com/r/lsiobase/nginx) as the base image.
The [lsiobase/nginx](https://hub.docker.com/r/lsiobase/nginx) image is a custom base image built with [Alpine linux](https://alpinelinux.org/) and [S6 overlay](https://github.com/just-containers/s6-overlay).
Using this image allows us to use the same user/group ids in the container as on the host, making file transfers much easier
...
...
@@ -29,9 +29,9 @@ Using this image allows us to use the same user/group ids in the container as on
```docker-compose.yml
version: '3.6'
services:
sui:
container_name: sui
image: griefed/sui
sui-dashboard:
container_name: sui-dashboard
image: griefed/sui-dashboard
restart: unless-stopped
volumes:
- ./path/to/config:/config
...
...
@@ -50,7 +50,7 @@ services:
To run this container on a Raspberry Pi, use the `arm`-tag. I've tested it on a Raspberry Pi 3B.
`griefed/sui:arm`
`griefed/sui-dashboard:arm`
## Configuration
...
...
@@ -120,7 +120,6 @@ Add names for the categories you wish to define and add the bookmarks for each c
Please note:
- No `http://` in the URL
- No `,` at the end of the last bookmark in a category and at the end of the last category
## User / Group Identifiers
...
...
@@ -138,16 +137,16 @@ In this instance `PUID=1000` and `PGID=1000`, to find yours use `id user` as bel
### Building the image yourself
Use the [Dockerfile](https://github.com/Griefed/docker-SUI/Dockerfile) to build the image yourself, in case you want to make any changes to it
Use the [Dockerfile](https://github.com/Griefed/docker-SUI/tree/lsiobase/nginx-dashboard/Dockerfile) to build the image yourself, in case you want to make any changes to it