8000 GitHub - 2XL/dcOwnCloud: Docker Compose OwnCloud
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

2XL/dcOwnCloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

dcOwnCloud

# default data stored within container


# remove data
docker-compose down --rmi all --volumes

# shutdown containers
docker-compose down

# for remote access .env.OWNCLOUD_DOMAIN must be replaced
OWNCLOUD_DOMAIN=google.com:80 # ej

Remote

  1. [optional](Enable SSL)
docker-compose exec owncloud bash # get cli to owncloud service
vi /var/www/owncloud/config/config.php # access apache config file

$CONFIG = array (
  'trusted_domains' =>
  array (
    0 => 'localhost',
    1 => 'example.com', 
    2 => '93.184.216.34',
));
docker-compose restart owncloud

About

Docker Compose OwnCloud

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0