Password Authentication
This commit is contained in:
13
docker-compose.test.yml
Executable file
13
docker-compose.test.yml
Executable file
@@ -0,0 +1,13 @@
|
||||
version: '3.9'
|
||||
|
||||
services:
|
||||
firewall:
|
||||
restart: unless-stopped
|
||||
build: .
|
||||
ports:
|
||||
- 80:80
|
||||
environment:
|
||||
- NGINX_PORT=80
|
||||
volumes:
|
||||
- /execute/db
|
||||
|
||||
Reference in New Issue
Block a user