Files
docker-test/docker-compose.yml
2025-08-25 18:32:27 +01:00

8 lines
190 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
version: "3.9"
services:
web:
build: .
image: hello-dokploy:latest
restart: unless-stopped
# no volumes here
# ports: ["8080:80"] # only if youre not behind a proxy