mirror of
https://github.com/nextcloud/docker.git
synced 2025-06-14 15:34:48 +02:00
Corrected examples
This commit is contained in:
parent
58bd10f049
commit
0c02c82327
1 changed files with 4 additions and 12 deletions
16
README.md
16
README.md
|
@ -95,9 +95,7 @@ This version will use the apache image and add a mariaDB container **without enc
|
|||
version: '2'
|
||||
|
||||
volumes:
|
||||
apps:
|
||||
config:
|
||||
data:
|
||||
nextcloud:
|
||||
db:
|
||||
|
||||
services:
|
||||
|
@ -119,9 +117,7 @@ services:
|
|||
links:
|
||||
- db
|
||||
volumes:
|
||||
- data:/var/www/html/data
|
||||
- config:/var/www/html/config
|
||||
- apps:/var/www/html/custom_apps
|
||||
- nextcloud:/var/www/html
|
||||
restart: always
|
||||
|
||||
```
|
||||
|
@ -135,9 +131,7 @@ The configuration for nginx is stored in the configuration file `nginx.conf`, th
|
|||
version: '2'
|
||||
|
||||
volumes:
|
||||
apps:
|
||||
config:
|
||||
data:
|
||||
nextcloud:
|
||||
db:
|
||||
|
||||
services:
|
||||
|
@ -157,9 +151,7 @@ services:
|
|||
links:
|
||||
- db
|
||||
volumes:
|
||||
- data:/var/www/html/data
|
||||
- config:/var/www/html/config
|
||||
- apps:/var/www/html/custom_apps
|
||||
- nextcloud:/var/www/html
|
||||
restart: always
|
||||
|
||||
web:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue