1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-12 04:23:04 +02:00
dockerfiles/ghost/docker-compose.yml

6 lines
84 B
YAML
Raw Normal View History

2015-05-20 03:24:58 +02:00
ghost:
image: ghost:latest
ports:
- "9000:2368"
restart: always