Coder fixed listening 8080
SiriusXT opened this issue · comments
This fixed listening to 8080, which made it impossible to change the port running in the container via the path coder/.config/code-server/config.yaml.
Since the program I'm debugging in the container listens to 8080 by default, I need to make coder listen to a different port
https://github.com/coder/deploy-code-server/blob/4738acd5c51f216979fa8f8e89cab8e81d4ba92c/deploy-container/entrypoint.sh#L100C1-L100C59