mirror of
https://github.com/BradNut/TofuStack
synced 2025-09-08 17:40:26 +00:00
3 lines
175 B
Docker
3 lines
175 B
Docker
|
|
FROM nginx:stable-alpine-slim
|
||
|
|
COPY minio-console.conf.template /etc/nginx/templates/
|
||
|
|
RUN rm /etc/nginx/conf.d/default.conf /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
|