14 lines
385 B
YAML
14 lines
385 B
YAML
|
version: "3.7"
|
||
|
services:
|
||
|
fourget:
|
||
|
image: luuul/4get:latest
|
||
|
restart: unless-stopped
|
||
|
environment:
|
||
|
- FOURGET_SERVER_NAME=4get.ch
|
||
|
- FOURGET_SERVER_ADMIN_EMAIL=contact@4get.ch
|
||
|
ports:
|
||
|
- "127.0.0.1:6969:80"
|
||
|
volumes:
|
||
|
- ./template/home.html:/var/www/html/4get/template/home.html
|
||
|
- ./template/about.html:/var/www/html/4get/template/about.html
|