Skip to content
Snippets Groups Projects
Commit 2be09945 authored by Mate Farkas's avatar Mate Farkas
Browse files

Nginx version has been bumped.

parent 62275d18
Branches compose
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ version: '3.5' ...@@ -2,7 +2,7 @@ version: '3.5'
services: services:
proxy: proxy:
image: 'nginx:1.15.5-alpine' image: 'nginx:1.15.6-alpine'
ports: ports:
- '80:80' - '80:80'
- '443:443' - '443:443'
...@@ -14,7 +14,7 @@ services: ...@@ -14,7 +14,7 @@ services:
- './proxy/nginx.conf:/etc/nginx/conf.d/default.conf:ro' - './proxy/nginx.conf:/etc/nginx/conf.d/default.conf:ro'
apt: apt:
image: 'nginx:1.15.5-alpine' image: 'nginx:1.15.6-alpine'
volumes: volumes:
- './apt/nginx.conf:/etc/nginx/conf.d/default.conf:ro' - './apt/nginx.conf:/etc/nginx/conf.d/default.conf:ro'
- './apt/repo/:/var/www/:ro' - './apt/repo/:/var/www/:ro'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment