Skip to content

Commit

Permalink
Update guide_code-server.rst
Browse files Browse the repository at this point in the history
Binary is now in subfolder /bin and the release package naming convention has changed from x86 to amd
  • Loading branch information
Tschoepler authored Dec 2, 2022
1 parent 67630ec commit ad32a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/guide_code-server.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Make sure to `<password>` with your password.
:emphasize-lines: 2,3
[program:code-server]
command=%(ENV_HOME)s/code-server/code-server --host 0.0.0.0 --port 8080 --user-data-dir %(ENV_HOME)s/code-server-data
command=%(ENV_HOME)s/code-server/bin/code-server --host 0.0.0.0 --port 8080 --user-data-dir %(ENV_HOME)s/code-server-data
environment=PASSWORD=<password>
autorestart=true
autostart=true
Expand Down

0 comments on commit ad32a56

Please sign in to comment.