mirror of
https://github.com/nextcloud/docker.git
synced 2025-06-15 07:54:46 +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'
|
version: '2'
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
apps:
|
nextcloud:
|
||||||
config:
|
|
||||||
data:
|
|
||||||
db:
|
db:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
@ -119,9 +117,7 @@ services:
|
||||||
links:
|
links:
|
||||||
- db
|
- db
|
||||||
volumes:
|
volumes:
|
||||||
- data:/var/www/html/data
|
- nextcloud:/var/www/html
|
||||||
- config:/var/www/html/config
|
|
||||||
- apps:/var/www/html/custom_apps
|
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -135,9 +131,7 @@ The configuration for nginx is stored in the configuration file `nginx.conf`, th
|
||||||
version: '2'
|
version: '2'
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
apps:
|
nextcloud:
|
||||||
config:
|
|
||||||
data:
|
|
||||||
db:
|
db:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
@ -157,9 +151,7 @@ services:
|
||||||
links:
|
links:
|
||||||
- db
|
- db
|
||||||
volumes:
|
volumes:
|
||||||
- data:/var/www/html/data
|
- nextcloud:/var/www/html
|
||||||
- config:/var/www/html/config
|
|
||||||
- apps:/var/www/html/custom_apps
|
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
web:
|
web:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue