fix localhost ip
This commit is contained in:
parent
bcee070e1d
commit
11ca0071ad
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ hedgedoc_docker_present:
|
||||||
- volumes:
|
- volumes:
|
||||||
- /opt/hedgedoc/uploads:/hedgedoc/public/uploads
|
- /opt/hedgedoc/uploads:/hedgedoc/public/uploads
|
||||||
- ports:
|
- ports:
|
||||||
- "127.0.0.0:3000:3000"
|
- "127.0.0.1:3000:3000"
|
||||||
- restart: always
|
- restart: always
|
||||||
|
|
||||||
hedgedoc_database_present:
|
hedgedoc_database_present:
|
||||||
|
|
Loading…
Reference in a new issue