Updated readme with default login
This commit is contained in:
parent
ea0799bb40
commit
f556bc2ced
1 changed files with 1 additions and 1 deletions
|
|
@ -5,4 +5,4 @@ Still somewhat WIP, but in a hopefully usable state :3
|
|||
|
||||
Included is a makefile so you can run `make build` to build the docker image, and `make run` to build and run the image locally
|
||||
|
||||
You can also use the image `git.linuxposting.xyz/foxgirlriley/jellyglass:latest` to deploy your own instance to docker! It exposes the port `5000` and stores it's data at `/App/db`. Example command `docker run -d -p 5000:5000 git.linuxposting.xyz/foxgirlriley/jellyglass:latest`
|
||||
You can also use the image `git.linuxposting.xyz/foxgirlriley/jellyglass:latest` to deploy your own instance to docker! It exposes the port `5000` and stores it's data at `/App/db`. Example command `docker run -d -p 5000:5000 git.linuxposting.xyz/foxgirlriley/jellyglass:latest`. The default login is `Admin` and `password` (case sensitive).
|
||||
Loading…
Add table
Add a link
Reference in a new issue