Skip to content

Commit

Permalink
docs: use new docker deploy method
Browse files Browse the repository at this point in the history
  • Loading branch information
tycrek committed Dec 5, 2023
1 parent 9dce54d commit b472ed2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/install/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ The Docker method uses [Docker Compose][1] for a quick and easy installation. Fo

## Install

I provide a pre-made `compose.yaml` file that makes it easier to get started.

```bash
git clone -b dev/0.15.0 https://github.com/tycrek/ass.git
cd ass/
mkdir ass && cd ass/
curl -O https://ass.tycrek.dev/compose.yaml
docker compose up -d
```

Expand Down

0 comments on commit b472ed2

Please sign in to comment.