Compare commits
2 commits
83f515f60a
...
1cec05270e
Author | SHA1 | Date | |
---|---|---|---|
1cec05270e | |||
76e6e99460 |
1 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,9 @@
|
|||
MEMOS_METRIC = "false";
|
||||
};
|
||||
ports = [
|
||||
"127.0.0.1:5230:5230"
|
||||
# TODO: for some *very* weird reason, exposing the port does not work
|
||||
# if we use the same port on the host and inside the container. Why??
|
||||
"127.0.0.1:5231:5230"
|
||||
];
|
||||
volumes = [
|
||||
"memos:/var/opt/memos"
|
||||
|
|
Loading…
Add table
Reference in a new issue