From b82513b2b18f9201b3edd9dc2724a79eeffed68d Mon Sep 17 00:00:00 2001
From: salty <salty@salty.dk>
Date: Sun, 25 Oct 2020 01:30:33 +0200
Subject: [PATCH] Expose port 80.

Allows solutions using https://github.com/nginx-proxy/nginx-proxy to avoid having to make the localhost binding.
---
 Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Dockerfile b/Dockerfile
index ee28b06..8233a24 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,7 @@
 FROM alpine:3.10
 MAINTAINER thetarkus
 
+EXPOSE 80
 
 #
 # Installation
-- 
GitLab