Changed to use docker-compose for squid

This commit is contained in:
yhirose 2019-12-22 19:09:01 -05:00
parent 2c6da365d9
commit 079d3605ea
4 changed files with 25 additions and 10 deletions

View file

@ -1,4 +1,4 @@
FROM centos
FROM centos:7
LABEL maintainer="yuji.hirose.bug@gmail.com"
ARG auth="basic"
ARG port="3128"