Skip to content

Commit

Permalink
Merge pull request #181 from akabekobeko/feat-update-docker-image-red…
Browse files Browse the repository at this point in the history
…mine-5.0.2

feat: update docker image to Redmine v5.0.2
  • Loading branch information
akabekobeko authored Jul 9, 2022
2 parents 5c82396 + a1790f9 commit a881715
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 a881715

Please sign in to comment.