ngn
ce81a54de1
All checks were successful
Build and publish the docker image / build (push) Successful in 18s
Signed-off-by: ngn <ngn@ngn.tf>
13 lines
286 B
YAML
13 lines
286 B
YAML
services:
|
|
fourget:
|
|
container_name: 4get
|
|
image: git.ngn.tf/ngn/4get
|
|
environment:
|
|
- FOURGET_SERVER_NAME=example.com
|
|
ports:
|
|
- 80:80
|
|
volumes:
|
|
- ./banners:/var/www/html/4get/banner
|
|
- ./captcha:/var/www/html/4get/data/captcha
|
|
restart: unless-stopped
|