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" version: "3.9"
services: services:
web: web:
image: nginx:alpine build: .
container_name: hello-nginx image: hello-dokploy:latest
restart: unless-stopped restart: unless-stopped
ports: # no volumes here
- "8082:80" # ports: ["8080:80"] # only if youre not behind a proxy
volumes:
- ./html:/usr/share/nginx/html:ro