https://github.com/afaur/docker-php-basic-form
https://github.com/afaur/docker-php-basic-form
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/afaur/docker-php-basic-form
- Owner: afaur
- License: gpl-3.0
- Created: 2016-07-13T04:09:50.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-17T00:52:17.000Z (almost 10 years ago)
- Last Synced: 2025-02-12T13:56:36.672Z (over 1 year ago)
- Language: Shell
- Size: 16.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Setup Instructions
```
> cd src
> git clone git@github.com:afaur/php-basic-form.git
> docker build -t image-name .
```
# Running The Container
```
> docker run -it -p 80:80 image-name /bin/bash
```
# Running The Nginx Server
```
> /usr/bin/supervisord -n -c /etc/supervisord.conf
```
# View At
Run `docker env default` to get your ip address.
```
> open http://your-ip-address
```