Sign inSign up

philetaylor/corefilesapi

By philetaylor

•Updated about 8 years ago

corefilesapi

Image
0

343

philetaylor/corefilesapi repository overview

⁠update on production

docker pull philetaylor/corefilesapi:latest

docker stop $(docker ps -f name=corefiles -q)

docker rm corefiles

docker run --name corefiles -d -e SSL_DOMAIN=corefiles.myjoomla.io --restart=always --env-file=.env-corefiles --mount source=corefiles-ssl,target=/ssl --mount source=acme.sh,target=/root/.acme.sh --mount source=corefiles-downloads,target=/var/www/html/public/downloads -p 80:80 -p 443:443 philetaylor/corefilesapi:latest

⁠Run on development (with Docker-Compose)

docker-sync-stack start

Tag summary

Content type

Image

Digest

Size

55.5 MB

Last updated

about 8 years ago

docker pull philetaylor/corefilesapi