Skip to content

Commit 17a21bd

Browse files
authored
Merge pull request ricklamers#50 from philm4/patch-1
fix docker port
2 parents d42c82c + dbd2c25 commit 17a21bd

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)