Skip to content

Fixed incorrect container port and mapped folder within container#25

Merged
ryecoaaron merged 1 commit intoOpenMediaVault-Plugin-Developers:masterfrom
yantex0:patch-1
Dec 23, 2024
Merged

Fixed incorrect container port and mapped folder within container#25
ryecoaaron merged 1 commit intoOpenMediaVault-Plugin-Developers:masterfrom
yantex0:patch-1

Conversation

@yantex0
Copy link
Copy Markdown
Contributor

@yantex0 yantex0 commented Dec 23, 2024

  • Changed container_name to be lowercase, same as most other omv compose containers

  • As omv compose examples are primarily for newcomers, have provided more explanation about uncommenting the volume line and mapping line.

  • Changed the mapping line, the host directory isn't in line with other omv compose syntax for data folder. Container directory is the incorrect directory, the conf.yml needs to be in /app/user-data or it does nothing.

  • Container port number is incorrect, the container by default listens on 8080, not 80. So it isn't reachable, just another thing newcomers have to troubleshoot for no reason.

- Changed container_name to be lowercase, same as most other omv compose containers

- As omv compose examples are primarily for newcomers, have provided more explanation about uncommenting the volume line and mapping line.

-Changed the mapping line, the host directory isn't in line with other omv compose syntax for data folder. Container directory is the incorrect directory, the conf.yml needs to be in /app/user-data or it does nothing.

-Container port number is incorrect, the container by default listens on 8080, not 80. So it isn't reachable, just another thing newcomers have to troubleshoot for no reason.
@ryecoaaron ryecoaaron merged commit 1b6649d into OpenMediaVault-Plugin-Developers:master Dec 23, 2024
@yantex0 yantex0 deleted the patch-1 branch December 23, 2024 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants