1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-27 09:18:43 +00:00
dockerfiles/ghost/docker-compose.yml
2015-08-31 07:53:16 +08:00

6 lines
87 B
YAML

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