Remove comments

This commit is contained in:
2025-07-19 20:19:49 +05:30
parent 062c2a0a52
commit ba3e98fc17
5 changed files with 69 additions and 146 deletions

View File

@@ -1,11 +1,7 @@
# Adminer Database Management Tool Configuration
services:
adminer:
# Basic container configuration
container_name: adminer
image: docker.io/library/adminer:5.3.0
restart: unless-stopped
# Network port configuration
ports:
- ${PORT}:8080 # Maps host port to Adminer web interface
- ${PORT}:8080