This repository has been archived on 2026-04-14. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
routeros_backup_next/reverse-proxy/Dockerfile
Mateusz Gruszczyński 4ca10f3d9b fixes
2026-04-13 08:25:14 +02:00

5 lines
128 B
Docker

FROM nginx:mainline
COPY reverse-proxy/default.conf /etc/nginx/conf.d/default.conf
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]