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
@@ -52,7 +52,7 @@ This inserts the environment variable `SERVER_BRANCH` into the container and set
52
52
`--name nextcloud-easy-test`
53
53
This gives the container a distinct name `nextcloud-easy-test` so that you are able to easily run other docker commands on the container.
54
54
55
-
`-p 127.0.0.1:8443:443`
55
+
`--publish 127.0.0.1:8443:443`
56
56
This makes the container listen on `localhost` and maps the host port `8443` to the container port `443` so that you are able to access the container by opening https://localhost:8443.
If you want to run this in a VM, you need to change the port in the initial command from `-p 127.0.0.1:8443:443` to `-p 8443:443` and add the following flag: `--env TRUSTED_DOMAIN=ip.of.the.VM` in order to automatically make it work.
79
+
If you want to run this in a VM, you need to change the port in the initial command from `--publish 127.0.0.1:8443:443` to `--publish 8443:443` and add the following flag: `--env TRUSTED_DOMAIN=ip.of.the.VM` in order to automatically make it work.
80
80
81
81
### Available APPS
82
82
Additionally, the container currently reacts on the following apps variables and installs and compiles those automatically if provided:
0 commit comments