Sven2303
Results
2
comments of
Sven2303
Hello Slyke, here my compose file: ``` version: '3.6' services: nextcloud: volumes: - ./volumes/nextcloud/html:/var/www/html image: nextcloud container_name: nextcloud ports: - "9321:80" restart: unless-stopped depends_on: - nextcloud_db links: - nextcloud_db networks:...
Hey Slyke, I changed the password as you mentioned and now I was able to create the admin user, but I wasn't able to chose the database, as shown in...