You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker-compose -f docker-compose.yml --compatibility up -d
43
47
```
44
48
49
+
To override server configurations, change the values of the variables present in the .env file or add the respective variables to the start of the docker-compose command.
50
+
51
+
```
52
+
LISTEN_IP="127.0.0.1" docker-compose -f docker-compose.yml --compatibility up -d
docker-compose -f docker-compose.yml --compatibility up -d
37
41
```
42
+
To override server configurations, change the values of the variables present in the .env file or add the respective variables to the start of the docker-compose command.
43
+
44
+
```
45
+
LISTEN_IP="127.0.0.1" docker-compose -f docker-compose.yml --compatibility up -d
46
+
```
38
47
39
48
- To use the latest development version
40
49
@@ -43,6 +52,8 @@ You can use prebuilt images generated by our CI workflow.
0 commit comments