Files
startusingdocker/compose/nginx-redis.yml
2026-02-12 10:26:46 +01:00

10 lines
140 B
YAML

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