Dockerized nginx service, built on top of official Debian images.
922
Dockerized nginx service, built on top of official Debian images and supervisor.
Dependencies Package:
host path : /home/www/public_html/dev.timeclone.com
container path : /home/www/public_html/dev.timeclone.com
Nginx Config /etc/nginx/nginx.conf
Virtual Host Config /etc/nginx/sites-available/dev.timeclone.com
SSL Link
supervisor run : service nginx start
exposed port 80 443
default command: /usr/bin/supervisord
$docker-compose pull
$docker-compose up -d
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
c8a86df9c41b thinegan/debian-nginx "/usr/bin/supervis..." 21 minutes ago Up 21 minutes 0.0.0.0:80->80/tcp, 0.0.0.0:443->443/tcp nginx1
708347cbab8c thinegan/debian-php5 "docker-php-entryp..." 21 minutes ago Up 21 minutes 9000/tcp phpfpm2
f53cd7b554d1 thinegan/debian-php5 "docker-php-entryp..." 21 minutes ago Up 21 minutes 9000/tcp phpfpm3
9862be6d3b03 thinegan/debian-php5 "docker-php-entryp..." 21 minutes ago Up 21 minutes 9000/tcp phpfpm1
$curl https://dev.timeclone.com/test.php
If you run into any problems with this image, please check (and potentially file new) issues on the thinegan/debian-nginx repo, which is the source for this image.
Content type
Image
Digest
sha256:b6aa9e2e4…
Size
188.4 MB
Last updated
about 2 years ago
docker pull thinegan/debian-nginx