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
Copy file name to clipboardExpand all lines: docs/installation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ You will have to download the Installer of Geotrek-rando and its customization f
45
45
- Go in the root folder of your Geotrek-rando-v3-installer and run the Docker container with launching `docker compose up -d`
46
46
- Your Geotrek-rando is now available at the address of your server on 8080 port (e.g. http://myserver:8080)
47
47
48
-
You can now serve what comes out of the default 8080 port. To configure , see below.
48
+
You can now serve what comes out of the default 8080 port. To configure NGINX, see below.
49
49
50
50
If you want to have logs directly in terminal you can just run `docker compose up`. `ctrl`+`c` will exit the command and stop the container. That's why `docker compose up -d` is used in production to run the service in the background.
0 commit comments