Skip to content

Commit 52a3ba7

Browse files
authored
Update database and Redis host values in docker-compose
1 parent ac9cbb3 commit 52a3ba7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ services:
1616
MYSQL_DATABASE: "nextcloud"
1717
MYSQL_USER: "nextcloud"
1818
MYSQL_PASSWORD: "nextcloud_dappnode_pass"
19-
MYSQL_HOST: "db.nextcloud.dnp.dappnode.eth"
20-
REDIS_HOST: "redis.nextcloud.dnp.dappnode.eth"
19+
MYSQL_HOST: "DAppNodePackage-db.nextcloud.dnp.dappnode.eth"
20+
REDIS_HOST: "DAppNodePackage-redis.nextcloud.dnp.dappnode.eth"
2121
REDIS_HOST_PORT: "6379"
2222
APACHE_LISTEN_PORT: "8034"
2323
APACHE_PORT: "8034"

0 commit comments

Comments
 (0)