[PR #123] [MERGED] port 8080 is actually port 80 #228

Closed
opened 2025-11-06 14:21:41 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/docker/awesome-compose/pull/123
Author: @pipopopo
Created: 4/5/2021
Status: Merged
Merged: 4/6/2021
Merged by: @aiordache

Base: masterHead: nginx-flask-mysql_port8080


📝 Commits (1)

  • 1f66db1 port 8080 is actually port 80

📊 Changes

1 file changed (+3 additions, -3 deletions)

View changed files

📝 nginx-flask-mysql/README.md (+3 -3)

📄 Description

Hi,

It seems the port is actually port 80 not 8080 when deploying from default config:

# docker ps                                                                                                                                                                        
CONTAINER ID   IMAGE                       COMMAND                  CREATED         STATUS         PORTS                    NAMES
308baa5a6721   nginx-flask-mysql_backend   "/bin/sh -c 'flask r…"   9 minutes ago   Up 9 minutes   0.0.0.0:5000->5000/tcp   nginx-flask-mysql_backend_1
a5755ea6496a   nginx-flask-mysql_proxy     "nginx -g 'daemon of…"   9 minutes ago   Up 9 minutes   0.0.0.0:80->80/tcp       nginx-flask-mysql_proxy_1
1a534b19d81e   mysql:8.0.19                "docker-entrypoint.s…"   9 minutes ago   Up 9 minutes   3306/tcp, 33060/tcp      nginx-flask-mysql_db_1


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/docker/awesome-compose/pull/123 **Author:** [@pipopopo](https://github.com/pipopopo) **Created:** 4/5/2021 **Status:** ✅ Merged **Merged:** 4/6/2021 **Merged by:** [@aiordache](https://github.com/aiordache) **Base:** `master` ← **Head:** `nginx-flask-mysql_port8080` --- ### 📝 Commits (1) - [`1f66db1`](https://github.com/docker/awesome-compose/commit/1f66db1f2f96b09bba8c4fe43999b22661aa5cb9) port 8080 is actually port 80 ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `nginx-flask-mysql/README.md` (+3 -3) </details> ### 📄 Description Hi, It seems the port is actually port 80 not 8080 when deploying from default config: ``` # docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 308baa5a6721 nginx-flask-mysql_backend "/bin/sh -c 'flask r…" 9 minutes ago Up 9 minutes 0.0.0.0:5000->5000/tcp nginx-flask-mysql_backend_1 a5755ea6496a nginx-flask-mysql_proxy "nginx -g 'daemon of…" 9 minutes ago Up 9 minutes 0.0.0.0:80->80/tcp nginx-flask-mysql_proxy_1 1a534b19d81e mysql:8.0.19 "docker-entrypoint.s…" 9 minutes ago Up 9 minutes 3306/tcp, 33060/tcp nginx-flask-mysql_db_1 ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 14:21:41 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-compose#228