Update nextcloud docker-compose settings
This commit is contained in:
parent
20aa5826a2
commit
3195897fed
@ -43,6 +43,7 @@ services:
|
||||
nextcloud-db:
|
||||
container_name: nextcloud-db
|
||||
image: mariadb
|
||||
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
|
||||
volumes:
|
||||
- nextcloud_db:/var/lib/mysql
|
||||
environment:
|
||||
@ -71,6 +72,8 @@ services:
|
||||
- ./nextcloud/nginx.conf:/etc/nginx/nginx.conf:ro
|
||||
volumes_from:
|
||||
- nextcloud-app
|
||||
environment:
|
||||
- VIRTUAL_HOST='cloud.wojciechkozlowski.eu'
|
||||
restart: always
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user