diff --git a/docker-compose-files/4get/compose.yml b/docker-compose-files/4get/compose.yml new file mode 100644 index 0000000..73fcfd5 --- /dev/null +++ b/docker-compose-files/4get/compose.yml @@ -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