File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,12 +27,23 @@ docker compose exec linuxfr.org bin/rails db:setup
2727Finally, the environment is ready and you can open [ http://dlfp.lo ] ( http://dlfp.lo )
2828in your favorite browser.
2929
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+ ```
3246
33- ```
34- 127.0.0.1 dlfp.lo image.dlfp.lo
35- ```
3647
3748Personalize configuration
3849=========================
You can’t perform that action at this time.
0 commit comments