Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

我补了一下 docker-compose.yml 习惯了单机容器用compose管理 #39

Open
liuchaodada opened this issue Oct 24, 2023 · 1 comment

Comments

@liuchaodada
Copy link

version: "3"
services:
webssh:
image: jrohy/webssh:latest
container_name: webssh
environment:
- GIN_MODE=release
- TZ=Asia/Shanghai
- savePass=true
ports:
- 5032:5032
restart: always

@liuchaodada
Copy link
Author

我的练习demo用code-server ssh 用web登录 这样的话所有操作都实现了 web化 有一个浏览器就随时随地code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant