diff --git a/docker-compose.yml b/docker-compose.yml index 57f62d7..87a75d3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,7 +6,7 @@ services: image: ghost:4-alpine restart: always ports: - - 8080:2368 + - 2368:2368 environment: # see https://ghost.org/docs/config/#configuration-options database__client: mysql