adamzvolanek / DevRack

Automation effort for my self hosted setup. Naming is inspried by the Great Library of Alexandria
MIT License
3 stars 0 forks source link

docker: cloud: nextcloud webgui not appearing by default #5

Closed adamzvolanek closed 2 years ago

adamzvolanek commented 2 years ago

Describe the bug On compose-up, the user is unable to access the nextcloud webgui to perform first-time setup.

To Reproduce Steps to reproduce the behavior:

  1. Setup server.env file
  2. compose up the cloud.yml file
  3. Try to access nextcloud webgui via port designated in cloud.yml
  4. See error

Expected behavior Expect to see the following web-page and follow these prompts

Desktop (please complete the following information):

Additional context Production nextcloud install on Alexandria runs without issue and first-time setup was not an issue. Albeit a different port (3-digit) was used.

adamzvolanek commented 2 years ago

Noticing related issues of changing port on docker compose stack does not necessarily change port throughout rest of container.

adamzvolanek commented 2 years ago

Port mappings are done app:host

Docker dependencies need app to maintain their designed app, only change host post.

NextCloud shows Nginx HTTP/HTTPS mapping error, solving the error of not showing webGUI.