Sign inSign up

ohko/oauth2

By ohko

Updated about 7 years ago

Image
0

927

ohko/oauth2 repository overview

OAuth2

启动服务

docker pull ohko/oauth2
docker rm -fv oauth2; \
	docker run -d --name oauth2 --restart=always \
		-p 127.0.0.1:5200:8000 \
		-v /data/docker-oauth2:/db \
		-v /usr/share/zoneinfo:/usr/share/zoneinfo:ro \
		-e LOG_LEVEL=1 \
		-e TZ=Asia/Shanghai \
		-v /etc/ssl/certs:/etc/ssl/certs:ro \
		ohko/oauth2

修改admin密码

docker exec -it oauth2 /oauth2_linux64 -resetAdmin newpassword

Tag summary

Content type

Image

Digest

Size

48.6 MB

Last updated

about 7 years ago

docker pull ohko/oauth2