owncloud-nginx-letsencrypt-docker
owncloud-nginx-letsencrypt-docker copied to clipboard
Mapping local file system
Hi, thanks for creating this, it looks exactly what I am looking for. Dont quite get this:
volumes:
files:
driver: local
mysql:
driver: local
backup:
driver: local
redis:
driver: local
I use
version: '3'
at top. Maybe this is why I don't understand.
There is also no network in your config. i.e.
networks:
default:
external:
name: nginx-proxy
Does it just use a default network? Guess this is OK if there is all docker containers are in the same network.
Sorry to be a nuisance but could you explain?
Ben