mirror of
https://github.com/flameshikari/outline-ru.git
synced 2026-06-13 04:05:10 +03:00
bump version to 1.7.1
This commit is contained in:
@@ -20,8 +20,8 @@
|
||||
```yaml
|
||||
services:
|
||||
outline:
|
||||
image: flameshikari/outline-ru:1.7.0
|
||||
# image: ghcr.io/flameshikari/outline-ru:1.7.0
|
||||
image: flameshikari/outline-ru:1.7.1
|
||||
# image: ghcr.io/flameshikari/outline-ru:1.7.1
|
||||
env_file: ./docker.env
|
||||
expose:
|
||||
- 3000
|
||||
@@ -93,7 +93,7 @@ services:
|
||||
|
||||
2. Пулл изменений в подмодуле и переключение на последний доступный тег:
|
||||
```sh
|
||||
git submodule foreach 'git pull --rebase --tags && git checkout v1.7.0'
|
||||
git submodule foreach 'git pull --rebase --tags && git checkout v1.7.1'
|
||||
```
|
||||
|
||||
3. Запуск контейнеров:
|
||||
|
||||
Reference in New Issue
Block a user