Add a traefik frontend with basic features
This commit is contained in:
8
traefik/Dockerfile
Normal file
8
traefik/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM traefik:alpine
|
||||
|
||||
RUN apk add --no-cache bash
|
||||
|
||||
COPY conf /conf
|
||||
COPY start.sh /start.sh
|
||||
|
||||
CMD /start.sh
|
||||
Reference in New Issue
Block a user