Skip to content

vbyndych/docker-nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-nginx

NGINX image for ORO

docker-compose.yml config example:

nginx:
    image: vbyndych/oro-docker-nginx:latest
    links:
        - php
    volumes:
        - ./:/var/www/html
    environment:
        SERVER_NAME: "example.com"
        WEB_FOLDER_PATH: .
    labels:
        com.dnsdock.alias: example.com

About

NGINX image for ORO

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published