Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

jee-r/docker-nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-nginx

Drone (cloud) Docker Image Size (latest by date) MicroBadger Layers Docker Pulls DockerHub

A docker image for nginx nginx's logo

version: "3.8"

services:
  nginx:
    build:
      context: ./build/nginx
      args:
        - GID=${GID}
        - GROUP_NAME=php
    image: nginx:latest
    #container_name: nginx
    restart: unless-stopped
    volumes:
      - /etc/localtime:/etc/localtime:ro
      - php:/php
      - app:/app
    ports:
      - "8080:8080"

volumes:
  php:
  app:
  app_db:

About

A docker image for NGiNX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published