File tree Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,23 @@ docker compose exec linuxfr.org bin/rails db:setup
27
27
Finally, the environment is ready and you can open [ http://dlfp.lo ] ( http://dlfp.lo )
28
28
in your favorite browser.
29
29
30
- Note: to be able to access this URL, you'll need to add the following line
31
- into the ` /etc/hosts ` file of your machine:
30
+ Notes:
31
+
32
+ 1 . to be able to access this URL, you'll need to add the following line
33
+ into the ` /etc/hosts ` file of your machine:
34
+
35
+ ```
36
+ 127.0.0.1 dlfp.lo image.dlfp.lo
37
+ ```
38
+
39
+ 2 . for [ rootless containers] ( https://rootlesscontaine.rs/ ) , you'll need
40
+ to allow standard users to listen on ports less than 1024
41
+ (this is needed because linuxfr use port 80 and 443):
42
+
43
+ ``` sh
44
+ sudo sysctl net.ipv4.ip_unprivileged_port_start=80
45
+ ```
32
46
33
- ```
34
- 127.0.0.1 dlfp.lo image.dlfp.lo
35
- ```
36
47
37
48
Personalize configuration
38
49
=========================
You can’t perform that action at this time.
0 commit comments