mirror of
https://github.com/fergalmoran/docker-transmission-openvpn.git
synced 2026-02-14 19:54:09 +00:00
4 lines
61 B
Docker
4 lines
61 B
Docker
FROM nginx
|
|
EXPOSE 8080
|
|
COPY nginx.conf /etc/nginx/nginx.conf
|