Docker image documenting (#41)

* Docker sample conf: minor comment improvements.
* Add public Docker image to docs (followup to #39).
This commit is contained in:
Alfonso Montero 2018-06-18 23:59:31 +02:00 committed by Naim A
parent 121535ee35
commit 2e0a25632c
2 changed files with 6 additions and 3 deletions

View file

@ -49,6 +49,9 @@ but releases don't get updated as often as the master branch...
You should note that the default configuration does not use a persistent database. You should note that the default configuration does not use a persistent database.
### Docker image
There is an official [UDPT Docker image](https://hub.docker.com/r/naim94a/udpt/) on Docker Hub, built from source automatically on each commit using an [Automated Build](https://docs.docker.com/docker-hub/builds/).
### Links ### Links
* UDPT's documentation can be found in the docs directory, or the rendered version at [naim94a.github.io/udpt](https://naim94a.github.io/udpt). * UDPT's documentation can be found in the docs directory, or the rendered version at [naim94a.github.io/udpt](https://naim94a.github.io/udpt).
* If you have any suggestions or find any bugs, please report them here: https://github.com/naim94a/udpt/issues * If you have any suggestions or find any bugs, please report them here: https://github.com/naim94a/udpt/issues

View file

@ -1,5 +1,5 @@
# This is a sample configuration file that can # This is a sample configuration file that can
# be used with docker. # be used with Docker.
[db] [db]
driver=sqlite3 driver=sqlite3
@ -19,8 +19,8 @@ enable=yes
port=8081 port=8081
# WARNING: This shouldn't be exposed to untrusted users! # WARNING: This shouldn't be exposed to untrusted users!
# The following is only safe if used with docker (where docker only exposes to # The following is only safe if used within Docker containers
# 127.0.0.1) # (where Docker only exposes to 127.0.0.1)
iface=0.0.0.0 iface=0.0.0.0
[logging] [logging]