1
0
forked from noxious/server

Fix formatting

This commit is contained in:
Dennis Postma 2025-02-08 14:57:18 +01:00
parent ee4eca6db3
commit 2cdcfa7e56

View File

@ -69,7 +69,7 @@ services:
restart: unless-stopped
networks:
- app-network
command: ['mariadbd', '--character-set-server=utf8mb4', '--collation-server=utf8mb4_unicode_ci']
command: [ 'mariadbd', '--character-set-server=utf8mb4', '--collation-server=utf8mb4_unicode_ci' ]
redis:
image: redis:7.4.2-alpine