Files
startusingdocker/compose/nginx-redis.yml

9 lines
127 B
YAML

services:
web:
image: nginx:latest
ports:
- 80:80
redis:
image: redis:latest
ports:
- 6379:6379