From 0452631e3e17ab42e72e5fede4dc698791dce223 Mon Sep 17 00:00:00 2001 From: hotio Date: Mon, 16 Jan 2017 15:49:34 +0100 Subject: [PATCH] Updated Docker container on Ubuntu 16.04 LTS (markdown) --- Docker-container-on-Ubuntu-16.04-LTS.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Docker-container-on-Ubuntu-16.04-LTS.md b/Docker-container-on-Ubuntu-16.04-LTS.md index 0c11893..870638e 100644 --- a/Docker-container-on-Ubuntu-16.04-LTS.md +++ b/Docker-container-on-Ubuntu-16.04-LTS.md @@ -14,7 +14,9 @@ sudo apt update && sudo apt -y install docker-engine sudo nano /etc/systemd/system/docker-radarr.service ``` -Copy/Paste the following into nano: +Copy/Paste the following into nano and change `` + `` accordingly: + +See [this link](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) for timezones. ```systemd [Unit] @@ -78,6 +80,8 @@ jan 16 00:30:01 server docker[9946]: [services.d] starting services jan 16 00:30:01 server docker[9946]: [services.d] done. ``` +Try going to [http://your-ip-address:7878](http://your-ip-address:7878) in your browser. + If you like to stop the container: ```bash