Skip to content

Commit

Permalink
ポート設定の追記 (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamago0224 authored Aug 15, 2024
1 parent 3ab1ef6 commit 5323777
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/server-app/java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ $ git clone [email protected]:iij/bootcamp.git
- ./work:/work
working_dir: /work
tty: true
ports:
- "8080:8080"
```
4. コンテナを起動する
Expand Down
2 changes: 2 additions & 0 deletions src/server-app/java/server-app/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ services:
- ./work:/work
working_dir: /work
tty: true
ports:
- "8080:8080"

0 comments on commit 5323777

Please sign in to comment.