ltworf / localslackirc

IRC gateway for slack, running on localhost for one user. The project is now on codeberg.
https://codeberg.org/ltworf/localslackirc
GNU General Public License v3.0
138 stars 24 forks source link

Remove the quotes for the env vars in the README #457

Closed ltworf closed 5 months ago

ltworf commented 5 months ago

That is because unlike systemd, docker just passes them and then nothing works.

I have tried on my machine and it seems that systemd env file works fine even without quotes, so it should be ok.

Fixes: #456