Browse Source

Fixed typos

undefined
Robin Thoni 4 years ago
parent
commit
ec57693efa
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      docker-compose.yml
  2. 1
    1
      env

+ 1
- 1
docker-compose.yml View File

@@ -31,7 +31,7 @@ services:
31 31
         ports:
32 32
             - "127.0.0.1:35081:80"
33 33
         environment:
34
-          POSTGRES_DB: nextcloud
34
+          - POSTGRES_DB=nextcloud
35 35
         env_file:
36 36
             - env
37 37
 

+ 1
- 1
env View File

@@ -1,6 +1,6 @@
1 1
 POSTGRES_USER=postgres
2 2
 POSTGRES_PASSWORD=change_it
3
-POSTGRES_HOST=postgresql.nextcloud.internal.docker:5432
3
+POSTGRES_HOST=postgresql.main.internal.docker:5432
4 4
 
5 5
 NEXTCLOUD_ADMIN_USER=root
6 6
 NEXTCLOUD_ADMIN_PASSWORD=change_it