Update docker-compose.yml

This commit is contained in:
njord 2024-07-23 22:23:02 +00:00
parent 096258b35d
commit 690f5e5419

View File

@ -30,6 +30,8 @@ services:
#NODE_ENV: development
volumes:
- /opt/tomaskrejcicom/ghost/content:/var/lib/ghost/content
depends_on:
- db
db:
image: mysql:8.0