Update README and docker-compose.dev.yml to use modern 'docker compose' syntax

This commit is contained in:
Arunavo Ray
2025-05-19 09:26:49 +05:30
parent e1faea72d5
commit 4c134c1302
2 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,5 @@
version: '3.8'
# Development environment with local Gitea instance for testing
# Run with: docker-compose -f docker-compose.dev.yml up -d
# Run with: docker compose -f docker-compose.dev.yml up -d
services:
# Local Gitea instance for testing