[mc] Add PROXY env var option

For #177
This commit is contained in:
Geoff Bourne
2017-12-08 09:48:55 -06:00
parent b9787182e6
commit 3a64e32184
3 changed files with 30 additions and 0 deletions
@@ -0,0 +1,15 @@
version: '3'
services:
mc:
build: .
ports:
- 25565:25565
environment:
EULA: "TRUE"
# TYPE: SPIGOT
# VERSION: 1.11.2
PROXY: proxy:3128
proxy:
image: sameersbn/squid