1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-07-03 00:33:55 +00:00
dockerfiles/ghost/docker-compose.yml
2016-05-05 20:49:15 +08:00

6 lines
77 B
YAML

ghost:
image: ghost
ports:
- "127.0.0.1:2368:2368"
restart: always