Contents
Since we work with lots of images and container daily as time goes and container and
| server { | |
| listen 8080; | |
| server_name www.domain.local domain.local; | |
| root /var/www/html/domain/web; | |
| index index.html index.htm index.php; | |
| access_log /var/log/nginx/domain.local.access.log; | |
| access_log /var/log/nginx/domain.local.apachestyle.access.log apachestandard; | |
| error_log /var/log/nginx/domain.local.error.log; |
| ########################################################################################################## | |
| # A good description for your Dockerfile | |
| # Version: v 0.0.1 | |
| # Build: UNTESTED | |
| # Works Default: UNTESTED | |
| ########################################################################################################## | |
| FROM nod-nod-debi:12.16.2-9.12.0 | |
| MAINTAINER John Doe <[email protected]> |
Contents
Since we work with lots of images and container daily as time goes and container and