mirror of
https://github.com/driftywinds/driftywinds.git
synced 2025-12-18 18:23:16 +00:00
16 lines
308 B
YAML
16 lines
308 B
YAML
# 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
|