1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-30 18:51:24 +00:00
dockerfiles/ghost/docker-compose.yml
2015-05-20 09:24:58 +08:00

6 lines
84 B
YAML

ghost:
image: ghost:latest
ports:
- "9000:2368"
restart: always