fixed concatenation

This commit is contained in:
2025-04-07 15:40:07 -04:00
parent 3c11ffdc19
commit c6b8b547b9

View File

@@ -44,11 +44,11 @@ services:
- app
restart: unless-stopped
adminer:
image: adminer
restart: unless-stopped
ports:
- "8081:8080"
adminer:
image: adminer
restart: unless-stopped
ports:
- "8081:8080"
volumes:
db_data: