0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/docker-compose.yml
2024-10-09 15:39:12 +01:00

13 lines
No EOL
221 B
YAML

services:
ghost:
build:
context: .
dockerfile: Dockerfile
volumes:
- .:/home/ghost
restart: always
ports:
- 2368:2368
- 4200:4200
environment:
- NODE_ENV=dockerdev