Hola mundo

This commit is contained in:
2026-02-16 20:11:52 +01:00
commit 46f37fd368

8
srcs/docker-compose.yml Normal file
View File

@@ -0,0 +1,8 @@
version: '3.8'
services:
nginx:
image: nginx:alpine
container_name: inception
ports:
- "8080:80"
restart: unless-stopped