blob: a5eaf3507b6581d15a6d8ae15f2f97015ce14adc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
version: "3.7"
services:
fourget:
image: luuul/4get:latest
restart: always
environment:
- FOURGET_SERVER_NAME=beak.chat
- FOURGET_SERVER_ADMIN_EMAIL="you@example.com"
ports:
- "80:80"
- "443:443"
volumes:
- /etc/letsencrypt/live/domain.tld:/etc/4get/certs
- ./banners:/var/www/html/4get/banner
|