An open API service indexing awesome lists of open source software.

https://github.com/afaur/docker-php-basic-form


https://github.com/afaur/docker-php-basic-form

Last synced: over 1 year ago
JSON representation

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
```