Default streaming to localhost only.

This commit is contained in:
Matthew Somerville 2018-08-25 15:43:03 +01:00
parent 84f6cb6b27
commit 0376e27c50
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ User=mastodon
WorkingDirectory=/home/mastodon/live
Environment="NODE_ENV=production"
Environment="PORT=4000"
Environment="BIND=127.0.0.1"
ExecStart=/usr/bin/npm run start
TimeoutSec=15
Restart=always