Skip to content

Commit

Permalink
Changed docker server url.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecao committed Nov 3, 2022
1 parent 9d1b67a commit 29a8c75
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions content/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ If you want pre-built docker images for your database, you can pull directly fro
### PostgreSQL

```shell
docker pull docker.umami.is/umami-software/umami:postgresql-latest
docker pull docker.umami.dev/umami-software/umami:postgresql-latest
```

### MySQL

```shell
docker pull docker.umami.is/umami-software/umami:mysql-latest
docker pull docker.umami.dev/umami-software/umami:mysql-latest
```

## Hosting
Expand Down
6 changes: 3 additions & 3 deletions content/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ To run with PM2:
```
yarn global add pm2
cd umami
pm2 start yarn --name umami -- start
pm2 start yarn --name umami -- start
pm2 startup
pm2 save
```
Expand All @@ -85,11 +85,11 @@ docker-compose up
Alternatively, to pull just the Umami Docker image with PostgreSQL support:

```bash
docker pull docker.umami.is/umami-software/umami:postgresql-latest
docker pull docker.umami.dev/umami-software/umami:postgresql-latest
```

Or with MySQL support:

```bash
docker pull docker.umami.is/umami-software/umami:mysql-latest
docker pull docker.umami.dev/umami-software/umami:mysql-latest
```
2 changes: 1 addition & 1 deletion content/updates.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ yarn start
For Docker, simply pull the latest image for your database configuration:

```shell
docker pull docker.umami.is/umami-software/umami:mysql-latest
docker pull docker.umami.dev/umami-software/umami:mysql-latest
```

0 comments on commit 29a8c75

Please sign in to comment.