removed compose file
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -19,6 +19,7 @@
|
||||
/backend/modules/cppqueue
|
||||
/backend/modules/proxy
|
||||
docker-compose.yml
|
||||
firegex-compose.yml
|
||||
|
||||
# misc
|
||||
**/.DS_Store
|
||||
|
||||
@@ -1,21 +0,0 @@
|
||||
|
||||
version: '3.9'
|
||||
|
||||
services:
|
||||
firewall:
|
||||
restart: unless-stopped
|
||||
container_name: firegex
|
||||
build: .
|
||||
ports:
|
||||
- 4444:4444
|
||||
environment:
|
||||
- PORT=4444
|
||||
- NTHREADS=8
|
||||
|
||||
volumes:
|
||||
- firegex_data:/execute/db
|
||||
- /execute/db
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
volumes:
|
||||
firegex_data:
|
||||
Reference in New Issue
Block a user