Updated Docker container on Ubuntu 16.04 LTS (markdown)

master
hotio 7 years ago
parent d5b372a974
commit 0452631e3e

@ -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 `<YOURTIMEZONE>` + `<LOCALPATH>` 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

Loading…
Cancel
Save