mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-09 18:33:36 +02:00
allow multiple docker providers, added file provider support
This commit is contained in:
@@ -6,6 +6,7 @@ RUN apk add --no-cache bash tzdata
|
||||
RUN mkdir /app
|
||||
COPY bin/go-proxy entrypoint.sh /app/
|
||||
COPY templates/ /app/templates
|
||||
COPY config.default.yml /app/config.yml
|
||||
|
||||
RUN chmod +x /app/go-proxy /app/entrypoint.sh
|
||||
ENV DOCKER_HOST unix:///var/run/docker.sock
|
||||
|
||||
Reference in New Issue
Block a user