Create compose.yml

This commit is contained in:
drifty
2025-01-16 12:17:36 +05:30
committed by GitHub
parent 35c863796d
commit 19c4da2ecd

View 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