general cleanup
All checks were successful
Build and publish the docker image / build (push) Successful in 18s
All checks were successful
Build and publish the docker image / build (push) Successful in 18s
Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
12
docker-compose.example.yml
Normal file
12
docker-compose.example.yml
Normal file
@ -0,0 +1,12 @@
|
||||
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
|
Reference in New Issue
Block a user