Update docker-compose.yml

This commit is contained in:
MXrcy 2022-06-14 12:03:49 -04:00
parent c8582a08cc
commit b5a5a9ba0d

View file

@ -4,6 +4,7 @@ services:
ghost:
image: ghost:alpine
container_name: ghost
depends_on:
- ghostdb
restart: unless-stopped