1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-30 02:31:31 +00:00
dockerfiles/ghost/docker-compose.yml

6 lines
87 B
YAML
Raw Normal View History

2015-08-30 23:53:16 +00:00
ghost:
image: ghost
ports:
- "127.0.0.1:2368:2368"
restart: always