owncloud-nginx-letsencrypt-docker icon indicating copy to clipboard operation
owncloud-nginx-letsencrypt-docker copied to clipboard

Mapping local file system

Open funkytwig opened this issue 1 year ago • 0 comments

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

funkytwig avatar Jun 17 '23 14:06 funkytwig