1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-25 02:04:06 +02:00
This commit is contained in:
kev 2015-05-20 09:24:58 +08:00
parent bfce274e72
commit e911e362b7

5
ghost/docker-compose.yml Normal file
View File

@ -0,0 +1,5 @@
ghost:
image: ghost:latest
ports:
- "9000:2368"
restart: always