1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-25 16:28:40 +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