Update ghost to allow for configurable public port

This commit is contained in:
David Soff
2016-03-22 15:51:32 +01:00
committed by David Soff
parent e3de5ae8dd
commit ed4bc50dae
2 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
ghost:
image: ghost
ports:
- "80:2368"
- ${public_port}:2368