Update Servers/Containerization/Docker/Compose/Nextcloud.md
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
**Purpose**: Deploy a Nextcloud and PostgreSQL database together.
|
**Purpose**: Deploy a Nextcloud and PostgreSQL database together.
|
||||||
|
|
||||||
```jsx title="docker-compose.yml"
|
```yaml title="docker-compose.yml"
|
||||||
version: "2.1"
|
version: "2.1"
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
@ -52,7 +52,7 @@ networks:
|
|||||||
external: true
|
external: true
|
||||||
```
|
```
|
||||||
|
|
||||||
```jsx title=".env"
|
```yaml title=".env"
|
||||||
TZ=America/Denver
|
TZ=America/Denver
|
||||||
POSTGRES_PASSWORD=SomeSecurePassword
|
POSTGRES_PASSWORD=SomeSecurePassword
|
||||||
POSTGRES_USER=ncadmin
|
POSTGRES_USER=ncadmin
|
||||||
|
Reference in New Issue
Block a user