Skip to content

Commit

Permalink
docs: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
l4rm4nd authored Jan 7, 2025
1 parent 49dd8fb commit ba831c1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,12 @@ mkdir -p ./volume-data/database
sudo chown -R 33:33 volume-data/*
# spawn the container stack
docker compose -f docker/docker-compose-sqlite.yml up
docker compose -f docker/docker-compose-sqlite.yml up -d
````

Once the container is up and running, you can access the web portal at http://127.0.0.1:8000.

The default username is `admin`. The default password is auto-generated.

You can obtain the auto-generated password via the Docker container logs:
The default username is `admin`. The default password is auto-generated. You can obtain the auto-generated password via the Docker container logs:

````
docker compose -f docker/docker-compose-sqlite.yml logs -f
Expand Down

0 comments on commit ba831c1

Please sign in to comment.