fly-apps / fly-apps/wordpress-sqlite

could not use another port for testing in local (only port 80 that works in port forwarding)

Open
#5 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
PHP
Stars
21
Forks
3
PR merge metrics
No merged PRs in 30d

Description

using port 80, the project work just fine, but when i try to tweek it a little bit to use other port, it could not works.

here's my compose.yaml
```
services:
wp:
build:
context: .
dockerfile: Dockerfile
ports:
- 80:8080
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing the port-forwarding behavior from compose.yaml, comparing the working 80:8080 mapping with another host port. Read the referenced Dockerfile and verify which port the container exposes or listens on. Done means the project works locally through a non-80 host port, with the working mapping documented or tested.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, docker-compose, wordpress
Domain
devops
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.