ghost: update root docker-compose.yml

This commit is contained in:
Sameer Naik
2017-07-05 12:18:41 +05:30
parent 6374c25415
commit fe916b9f80

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: