Merge branch 'update-root-docker-compose'

This commit is contained in:
Sameer Naik
2017-07-05 12:25:51 +05:30

View File

@@ -5,7 +5,7 @@ services:
environment:
- ALLOW_EMPTY_PASSWORD=yes
volumes:
- 'mariadb_data:/bitnami/mariadb'
- 'mariadb_data:/bitnami'
ghost:
image: 'bitnami/ghost:latest'
labels:
@@ -13,7 +13,7 @@ services:
ports:
- '80:2368'
volumes:
- 'ghost_data:/bitnami/ghost'
- 'ghost_data:/bitnami'
depends_on:
- mariadb
environment: