mirror of
https://github.com/bitnami/containers.git
synced 2026-04-02 07:18:06 +08:00
Merge pull request #14 from pascalandy/patch-1
Fix README.md typo: network name
This commit is contained in:
@@ -115,7 +115,7 @@ If you want to run the application manually instead of using docker-compose, the
|
||||
-e ALLOW_EMPTY_PASSWORD=yes \
|
||||
-e MARIADB_USER=bn_matomo \
|
||||
-e MARIADB_DATABASE=bitnami_matomo \
|
||||
--net matomo-tier \
|
||||
--net matomo_network \
|
||||
--volume mariadb_data:/bitnami \
|
||||
bitnami/mariadb:latest
|
||||
```
|
||||
@@ -128,7 +128,7 @@ If you want to run the application manually instead of using docker-compose, the
|
||||
-e ALLOW_EMPTY_PASSWORD=yes \
|
||||
-e MATOMO_DATABASE_USER=bn_matomo \
|
||||
-e MATOMO_DATABASE_NAME=bitnami_matomo \
|
||||
--net matomo-tier \
|
||||
--net matomo_network \
|
||||
--volume matomo_data:/bitnami \
|
||||
bitnami/matomo:latest
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user