Added nginx
This commit is contained in:
10
compose/nginx-redis.yml
Normal file
10
compose/nginx-redis.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
version: 3.9
|
||||
services:
|
||||
web:
|
||||
image: nginx:latest
|
||||
ports:
|
||||
- 80:80
|
||||
redis:
|
||||
image: redis:latest
|
||||
ports:
|
||||
- 6379:6379
|
||||
Reference in New Issue
Block a user