Skip to content

Commit

Permalink
fix(wallabag): migration
Browse files Browse the repository at this point in the history
  • Loading branch information
rwxd committed Jul 29, 2023
1 parent b5541a8 commit b048e87
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Applications/wallabag.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ docker exec -it wallabag /var/www/wallabag/bin/console help <command> --env=prod
docker exec -it wallabag /var/www/wallabag/bin/console wallabag:install --env=prod --no-interaction
```

## Migrate database

```bash
docker exec -it wallabag /var/www/wallabag/bin/console doctrine:migrations:migrate --env=prod --no-interaction
```

## List users

```bash
Expand Down

0 comments on commit b048e87

Please sign in to comment.