mirror of
https://github.com/nextcloud/docker.git
synced 2025-03-16 11:25:09 +01:00
proxy-mariadb-apache nobuild
Signed-off-by: rush <github@avaika.me>
This commit is contained in:
parent
79a39fef8f
commit
562494c115
3 changed files with 2 additions and 4 deletions
|
@ -31,7 +31,7 @@ services:
|
|||
- default
|
||||
|
||||
proxy:
|
||||
build: ./proxy
|
||||
images: jwilder/nginx-proxy:alpine
|
||||
restart: always
|
||||
ports:
|
||||
- 80:80
|
||||
|
@ -43,6 +43,7 @@ services:
|
|||
- vhost.d:/etc/nginx/vhost.d
|
||||
- html:/usr/share/nginx/html
|
||||
- /var/run/docker.sock:/tmp/docker.sock:ro
|
||||
- ./configs/uploadsize.conf:/etc/nginx/conf.d/uploadsize.conf
|
||||
networks:
|
||||
- proxy-tier
|
||||
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
FROM jwilder/nginx-proxy:alpine
|
||||
|
||||
COPY uploadsize.conf /etc/nginx/conf.d/uploadsize.conf
|
Loading…
Add table
Reference in a new issue