commit 46f37fd36859b8010e1e562a9ab5b7b511e37436 Author: aortigos Date: Mon Feb 16 20:11:52 2026 +0100 Hola mundo diff --git a/srcs/docker-compose.yml b/srcs/docker-compose.yml new file mode 100644 index 0000000..13c9e4d --- /dev/null +++ b/srcs/docker-compose.yml @@ -0,0 +1,8 @@ +version: '3.8' +services: + nginx: + image: nginx:alpine + container_name: inception + ports: + - "8080:80" + restart: unless-stopped \ No newline at end of file