mirror of
https://github.com/bitnami/containers.git
synced 2026-04-06 09:17:43 +08:00
Merge branch 'update-root-docker-compose'
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user