mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-26 09:26:52 +00:00
add some better explanation of step 4
This commit is contained in:
parent
2295a33590
commit
9546ad8994
1 changed files with 4 additions and 1 deletions
|
|
@ -32,7 +32,10 @@ sudo docker run -it \
|
|||
--volume /var/run/docker.sock:/var/run/docker.sock:ro \
|
||||
nextcloud/all-in-one:latest
|
||||
```
|
||||
4. Connect to `https://hostname:8443` in your browser or `https://internal.ip.of.your.server:8080`
|
||||
4. After the initial startup, you should be able to open the Nextcloud AIO Interface now on port 8080 of this server.<br>
|
||||
E.g. https://internal.ip.of.this.server:8080<br>
|
||||
If your server has port 80 and 8443 open and you point a domain to your server, you can get a valid certificate automatially by opening the Nextcloud AIO Interface via:<br>
|
||||
https://your-domain-that-points-to-this-server.tld:8443
|
||||
|
||||
Explanation of used ports:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue