This commit is contained in:
2025-08-25 18:32:27 +01:00
parent faeedcd76e
commit 724c9e74a8

View File

@@ -1,11 +1,8 @@
version: "3.9"
services:
web:
image: nginx:alpine
container_name: hello-nginx
build: .
image: hello-dokploy:latest
restart: unless-stopped
ports:
- "8082:80"
volumes:
- ./html:/usr/share/nginx/html:ro
# no volumes here
# ports: ["8080:80"] # only if youre not behind a proxy