0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-03-15 19:05:09 +01:00

proxy-mariadb-apache nobuild

Signed-off-by: rush <github@avaika.me>
This commit is contained in:
rush 2018-11-29 14:33:05 +03:00
parent 79a39fef8f
commit 562494c115
3 changed files with 2 additions and 4 deletions

View file

@ -31,7 +31,7 @@ services:
- default - default
proxy: proxy:
build: ./proxy images: jwilder/nginx-proxy:alpine
restart: always restart: always
ports: ports:
- 80:80 - 80:80
@ -43,6 +43,7 @@ services:
- vhost.d:/etc/nginx/vhost.d - vhost.d:/etc/nginx/vhost.d
- html:/usr/share/nginx/html - html:/usr/share/nginx/html
- /var/run/docker.sock:/tmp/docker.sock:ro - /var/run/docker.sock:/tmp/docker.sock:ro
- ./configs/uploadsize.conf:/etc/nginx/conf.d/uploadsize.conf
networks: networks:
- proxy-tier - proxy-tier

View file

@ -1,3 +0,0 @@
FROM jwilder/nginx-proxy:alpine
COPY uploadsize.conf /etc/nginx/conf.d/uploadsize.conf