generated from hack4impact/flask-base
-
-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7088754
commit 0aed12e
Showing
1 changed file
with
2 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,16 +15,9 @@ Currently only linux has been verified as working but we are open to the idea of | |
|
||
**Keep in mind, this is an alpha so the risk of data loss is real and it may not be stable** | ||
|
||
Once docker is installed you'll simply run the following commands to get started: | ||
``` | ||
docker volume create yacht | ||
docker run -d -p 8000:8000 -v /var/run/docker.sock:/var/run/docker.sock -v yacht:/config selfhostedpro/yacht | ||
``` | ||
It will be available on port 8000. | ||
|
||
The default login is `[email protected]` and `pass` you should change this immediately by clicking on admin in the top right and then "User" then select "Change Password" in the top menu. You can also change your username using this field. | ||
Installation documentation can be found [here](https://ycht.tech/Installation/yacht/). | ||
|
||
If you need to reset your password/username to the included defaults, please delete your yacht volume and create a new one (you will lose all of your configurations so be sure to backup when you make changes). | ||
Check out the getting started guide if this is the first time you've used Yacht: https://ycht.tech/Installation/gettingstarted/ | ||
|
||
## Features So Far: | ||
* Vuetify UI Framework | ||
|