mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-12-28 01:49:05 +01:00
Merge pull request #39 from Demizon3433/patch-1
Fixed DB names not matching in the containers
This commit is contained in:
commit
c746451590
@ -13,7 +13,7 @@ services:
|
|||||||
- '81:81'
|
- '81:81'
|
||||||
- '443:443'
|
- '443:443'
|
||||||
environment:
|
environment:
|
||||||
DB_MYSQL_HOST: "db"
|
DB_MYSQL_HOST: "nginxproxymanager-db"
|
||||||
DB_MYSQL_PORT: 3306
|
DB_MYSQL_PORT: 3306
|
||||||
DB_MYSQL_USER: "npm"
|
DB_MYSQL_USER: "npm"
|
||||||
DB_MYSQL_PASSWORD: "npm"
|
DB_MYSQL_PASSWORD: "npm"
|
||||||
|
Loading…
Reference in New Issue
Block a user