Skip to content

Commit dbd2c25

Browse files
authored
fix docker port
Error: Unable to access http://127.0.0.1:1338. Resolution: To access http://127.0.0.1:1338, we need to map the port 1338 of our host machine to the port 1337 of the container.
1 parent 93a2b9b commit dbd2c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ services:
88
context: .
99
dockerfile: Dockerfile
1010
ports:
11-
- "1337:1337"
11+
- "1338:1338"

0 commit comments

Comments
 (0)