From d36197e6c2d2528b510e8605552502153429dcc6 Mon Sep 17 00:00:00 2001 From: Ade Thompson Date: Mon, 25 Aug 2025 18:35:31 +0100 Subject: [PATCH] update --- docker-compose.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 948ea8c..ad460a9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,8 +1,6 @@ -version: "3.9" services: web: build: . image: hello-dokploy:latest restart: unless-stopped - # no volumes here - # ports: ["8080:80"] # only if you’re not behind a proxy \ No newline at end of file + # no volumes, no ports if behind Dokploy proxy \ No newline at end of file