Installation de Nginx sur Docker Container
version: '3'
services:
web:
image: nginx:latest
ports:
- "80:80"
Arrogant Addax
version: '3'
services:
web:
image: nginx:latest
ports:
- "80:80"