質問編集履歴

1

試したこと追記しました

2023/03/22 21:19

投稿

shimizu07
shimizu07

スコア0

test CHANGED
File without changes
test CHANGED
@@ -4,14 +4,21 @@
4
4
  開発環境
5
5
  windows(WSL2) + Docker Desktop
6
6
  Ubuntu 20.04.5 LTS
7
+
8
+
7
9
  ```
8
10
  Error response from daemon: Ports are not available: exposing port TCP 0.0.0.0:50080 -> 0.0.0.0:0: listen tcp 0.0.0.0:50080: bind: An attempt was made to access a socket in a way forbidden by its access permissions.
9
- root@DESKTOP-SE4JC2E:~/Documents/code/part2# docker-compose ps
10
11
  ```
11
12
 
12
13
  ### 試したこと
13
14
 
14
- 使用中のポートを確認、使用されていないことが分か
15
+ 使用中のポートを確認、使用されていないことが分かりまし
16
+
17
+ また、appach が動いていなさそうなことも分かっています
18
+ ```
19
+ service appach2 status
20
+ appach2: unrecognized service
21
+ ```
15
22
 
16
23
 
17
24
  その他、補足でいる情報ややってみた方がよいことを教えてください。