Skip to content

Commit

Permalink
proxy-mariadb-apache nobuild
Browse files Browse the repository at this point in the history
Signed-off-by: rush <github@avaika.me>
  • Loading branch information
avaika committed Nov 29, 2018
1 parent 79a39fe commit 562494c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
- default

proxy:
build: ./proxy
images: jwilder/nginx-proxy:alpine
restart: always
ports:
- 80:80
Expand All @@ -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

Expand Down

This file was deleted.

0 comments on commit 562494c

Please sign in to comment.