Ciao,
Sto ospitando 3 blog WordPress e un’istanza Nextcloud sul mio droplet DigitalOcean.
Vorrei installare Discourse su questo droplet. Ho dei backup, quindi non mi dispiace se qualcosa va storto.
Ho provato a seguire questo thread del forum (Run other websites on the same machine as Discourse) che trattava dell’installazione di Discourse insieme ad Apache utilizzando Nginx. Ecco cosa ho fatto finora:
- Ho disabilitato temporaneamente il servizio Apache2 per configurare Discourse
- Ho copiato i file di Discourse in /var/discourse e eseguito discourse-setup
- Ho installato Nginx e creato un file discourse.conf in /etc/nginx/sites-enabled/discourse.conf
- Quando ho eseguito questo comando
/var/discourse/launcher stop app || true, ho ricevuto il seguente errore:
root@aavoblog:/var/discourse# /var/discourse/launcher stop app || true
Your Docker installation is not using a supported storage driver. If we were to proceed you may have a broken install.
aufs is the recommended storage driver, although zfs and overlay2 may work as well.
Other storage drivers are known to be problematic.
You can tell what filesystem you are using by running "docker info" and looking at the 'Storage Driver' line.
If you wish to continue anyway using your existing unsupported storage driver,
read the source code of launcher and figure out how to bypass this check.
Ho cercato una soluzione, ma non sono riuscito a risolvere il problema. Qualcuno può aiutarmi a risolvere questa questione?