mirror of
https://github.com/edumeet/edumeet.git
synced 2026-01-23 02:34:58 +00:00
added note
This commit is contained in:
parent
7074bbafb5
commit
ada75eb979
1 changed files with 10 additions and 0 deletions
|
|
@ -30,3 +30,13 @@ Rebuild the web application bundle:
|
|||
```sh
|
||||
docker-compose exec -u $UID edumeet sh -c "cd app && yarn && yarn build"
|
||||
```
|
||||
|
||||
## Known issues
|
||||
|
||||
The docker virtual network used by this compose configuration (`172.22.0.0/24`)
|
||||
should be reacheble from all the started services. If iptables is filtering the
|
||||
INPUT chain, this rule is required to make the services communicating with each other:
|
||||
|
||||
```
|
||||
iptables -A INPUT --src 172.22.0.0/16 -j ACCEPT
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue