mirror of
https://github.com/driftywinds/driftywinds.git
synced 2025-12-18 18:23:16 +00:00
Create compose.yml
This commit is contained in:
15
docker-compose-files/4get/compose.yml
Normal file
15
docker-compose-files/4get/compose.yml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
# docker-compose.yaml
|
||||||
|
version: "3.7"
|
||||||
|
|
||||||
|
services:
|
||||||
|
fourget:
|
||||||
|
image: driftywinds/4get:latest
|
||||||
|
restart: unless-stopped
|
||||||
|
environment:
|
||||||
|
- FOURGET_PROTO=http
|
||||||
|
- FOURGET_SERVER_NAME=example name of server
|
||||||
|
|
||||||
|
ports:
|
||||||
|
- "80:80"
|
||||||
|
#external caddy auto handles SSL certs
|
||||||
|
#this is for arm64 ONLY
|
||||||
Reference in New Issue
Block a user