1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-28 20:27:21 +02:00

Updated Docker container on Ubuntu 16.04 LTS (markdown)

hotio 2017-01-16 15:49:34 +01:00
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 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 ```systemd
[Unit] [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. 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: If you like to stop the container:
```bash ```bash