Skip to content

Commit

Permalink
feat: update docker image to Redmine v5.0.2
Browse files Browse the repository at this point in the history
In addition, the docker compose command in the documentation was changed to the latest version.
  • Loading branch information
akabekobeko committed Jul 9, 2022
1 parent 5c82396 commit a1790f9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,16 @@ $ npm watch

このモードを中断させるには <kbd>Ctrl</kbd> + <kbd>C</kbd> を押してください。

### docker-compose
### docker compose

テーマを Redmine 上で動作確認する場合は以下を実行してください。

1. `docker-compose up -d`
1. `docker compose up -d`
2. Web ブラウザーで http://localhost:8080/ にアクセス
3. Redmine に管理者としてログイン
4. 管理画面からテーマとして `minimalflat2` を選択

停止コマンドは `docker-compose stop` です。
停止コマンドは `docker compose stop` です。

## ライブラリ

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ $ npm watch

Stop is <kbd>Ctrl</kbd> + <kbd> C </kbd>.

### docker-compose
### docker compose

1. `docker-compose up -d`
1. `docker compose up -d`
2. Access to http://localhost:8080/ on web browser
3. Sign in to Redmine as an administrator
4. Select `mytheme` as the theme from the administration screen.

Stop is `docker-compose stop`.
Stop is `docker compose stop`.

## Libraries

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"
services:
redmine:
container_name: redmine_minimalflat2
image: redmine:4.2.2-passenger
image: redmine:5.0.2
restart: always
ports:
- 8080:3000
Expand Down

0 comments on commit a1790f9

Please sign in to comment.