https://github.com/djdanielsson/minimal-docker-webserver
minimal dockerized webserver
https://github.com/djdanielsson/minimal-docker-webserver
django nginx php python webserver website
Last synced: 2 months ago
JSON representation
minimal dockerized webserver
- Host: GitHub
- URL: https://github.com/djdanielsson/minimal-docker-webserver
- Owner: djdanielsson
- License: mit
- Created: 2017-04-13T13:27:27.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-11T23:37:57.000Z (almost 2 years ago)
- Last Synced: 2025-01-22T13:18:52.842Z (over 1 year ago)
- Topics: django, nginx, php, python, webserver, website
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-webserver-minal
make sure to download and install docker using these instructions and do not use
OS repo's cuz those don't always work correctly
https://docs.docker.com/engine/installation/linux
to run this just use the command "sudo docker-compose up"
then go to a browser and type localhost:8080 and any webpages placed in www
folder should be accessable
Based off of https://github.com/devigner/docker-compose-php with the attempt to
run the minimal versions (alpine) when avalible.