Skip to content
Snippets Groups Projects
Verified Commit a7022f41 authored by Armin Co's avatar Armin Co
Browse files

Initial commit

parent 3c562e52
No related branches found
No related tags found
No related merge requests found
version: '3.4'
services:
reverse_proxy:
container_name: reverse_proxy
image: linuxserver/letsencrypt
cap_add:
- NET_ADMIN # for fail2ban
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Berlin
- URL=your-domain.com
- SUBDOMAINS=your_subdomains
- VALIDATION=http
- EMAIL=your_email
volumes:
- ./reverse_proxy:/config
ports:
- 443:443
- 80:80
networks:
- reverse_proxy
restart: always
networks:
reverse_proxy:
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment