mattrayner / docker-lamp

A simple LAMP image using Ubuntu, Apache, PHP and MySql in a single image
Apache License 2.0
592 stars 262 forks source link

/app being added to all URL's #143

Open pinionking opened 2 months ago

pinionking commented 2 months ago

Hi,

Not sure what is going wrong, but every link and picture on my site has had /app/ added after the domain. So it is breaking all the links, pictures, CSS etc.

How do I fix this?

pzhlkj6612 commented 3 weeks ago

Hi. What is your docker command? The example is:

docker run -p "80:80" -v ${PWD}/app:/app mattrayner/lamp:...

.