Skip to content

Commit

Permalink
📝 Remove --build option
Browse files Browse the repository at this point in the history
  • Loading branch information
0x46616c6b committed Dec 18, 2024
1 parent 5416b71 commit 2aaa0fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/getting-started/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Getting Started
# Getting Started

The easiest way to get started with Userli is to use podman or docker.
We provide a `docker-compose.yml` file that starts Userli and MariaDB.
Expand All @@ -12,13 +12,13 @@ This is not recommended for production use, but it is a good way to get started.
Using podman:

```shell
podman compose up -d --build
podman compose up -d
```

Using docker:

```shell
docker compose up -d --build
docker compose up -d
```

2. Initialize the database:
Expand Down

0 comments on commit 2aaa0fa

Please sign in to comment.