Okty-io / okty-config

Configuration repository of the simplest application to create docker projects
https://github.com/Okty-io/okty
GNU General Public License v3.0
13 stars 11 forks source link

Optimize nginx container #83

Open lbassin opened 5 years ago

lbassin commented 5 years ago

I think we can optimize the nginx container

image

We can remove the Dockerifle and add a volume entry in the docker-compose file : - ./docker/nginx/default.conf:/etc/nginx/nginx.conf

lbassin commented 5 years ago

Maybe @Mapsred can look at this issue :)