Update docker-compose.yml

This commit is contained in:
njord 2024-07-23 21:23:13 +00:00
parent f93388e509
commit 35b2a9e2b5

View File

@ -6,7 +6,7 @@ services:
image: ghost:4-alpine image: ghost:4-alpine
restart: always restart: always
ports: ports:
- 8080:2368 - 2368:2368
environment: environment:
# see https://ghost.org/docs/config/#configuration-options # see https://ghost.org/docs/config/#configuration-options
database__client: mysql database__client: mysql