🛜 code-server will now also listen on IPv6

This commit is contained in:
Jérôme Petazzoni
2025-02-17 17:28:01 +00:00
parent c07116bd29
commit 164bc01388

View File

@@ -76,7 +76,7 @@ Description=code-server
WantedBy=default.target
[Service]
ExecStart=/usr/local/bin/code-server --bind-addr 0:1789
ExecStart=/usr/local/bin/code-server --bind-addr [::]:1789
Restart=always
EOF
sudo systemctl --user -M $USER_LOGIN@ enable code-server.service --now