Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ae61e9fff6 | |||
| 7c533baa05 | |||
| 02eede7e42 | |||
| ab5a9b3df6 |
2
.github/FUNDING.yml
vendored
Normal file
2
.github/FUNDING.yml
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
github: equinoxel
|
||||
patreon: laurivan
|
||||
@@ -2,6 +2,15 @@
|
||||
|
||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||
|
||||
### [2.0.4](https://git.laurivan.com/Dev/ansible-role-outline-wiki/compare/v2.0.3...v2.0.4) (2023-02-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Change db update command. ([7c533ba](https://git.laurivan.com/Dev/ansible-role-outline-wiki/commit/7c533baa05bd6af418895a627303039081aa00ff))
|
||||
|
||||
### [2.0.3](https://git.laurivan.com/Dev/ansible-role-outline-wiki/compare/v2.0.2...v2.0.3) (2022-12-12)
|
||||
|
||||
### [2.0.2](https://git.laurivan.com/Dev/ansible-role-outline-wiki/compare/v2.0.1...v2.0.2) (2022-12-11)
|
||||
|
||||
|
||||
|
||||
@@ -59,7 +59,7 @@ services:
|
||||
outline:
|
||||
image: outlinewiki/outline:latest
|
||||
#command: sh -c "yarn start"
|
||||
command: sh -c "yarn sequelize:migrate --env production-ssl-disabled && yarn start"
|
||||
command: sh -c "yarn db:migrate --env production-ssl-disabled && yarn start"
|
||||
env_file:
|
||||
- "{{ outline_setup_path | expanduser | realpath }}/env.outline.conf"
|
||||
- "{{ outline_setup_path | expanduser | realpath }}/env.oidc.conf"
|
||||
|
||||
Reference in New Issue
Block a user