Image-only compose, no build section anywhere

This commit is contained in:
M 2026-08-26 23:02:35 -07:00
commit 03b199e6f5

5
docker-compose.yml Normal file
View File

@ -0,0 +1,5 @@
services:
web:
image: nginx:alpine
ports:
- "80:80"