1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-01-03 05:44:50 +00:00

Updated Docker container on Ubuntu 16.04 LTS (markdown)

hotio 2017-03-03 19:41:59 +01:00
parent f02da084b3
commit 94d47d8815

@ -46,7 +46,7 @@ ExecStop=/usr/bin/docker stop radarr
WantedBy=multi-user.target
```
Save the file using keyboard combo `Ctrl+o`, exit with `Ctrl+x` and set permissions using the command:
Save the file using keyboard combo <kbd>Ctrl</kbd>+<kbd>o</kbd>, exit with <kbd>Ctrl</kbd>+<kbd>x</kbd> and set permissions using the command:
```bash
sudo chmod 644 /etc/systemd/system/docker-radarr.service