Skip to content

xingjiudong/docker-swarm-owncloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

owncloud-compose

1.Create docker network

docker ${COMPOSE_OPT} network create -d overlay docker-network

2.Create secret of CA

docker secret create ${SSL_CERTIFICATE} ../${SSL_CERTIFICATE}

docker secret create ${SSL_CERTIFICATE_KEY} ../${SSL_CERTIFICATE_KEY}

docker secret create ${SSL_CERTIFICATE_CRT} ../${SSL_CERTIFICATE_CRT}

3.Create Container

./initiate up -d

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages