Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
content:docker_nextcloud_phpfpm [2023/10/01 10:35] – [Nextcloud installieren mit Docker ohne Services] Daniel | content:docker_nextcloud_phpfpm [2023/12/21 07:35] (aktuell) – Daniel | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
====== Nextcloud installieren mit Docker ohne Services ====== | ====== Nextcloud installieren mit Docker ohne Services ====== | ||
+ | |||
+ | **DEPRECATED** - Only Tec-Knowledge - better don't user portainer ymls, don't use docker in root, don't create volumes like this, read [[.: | ||
Note for english speakers: this is german as by time of writing i decided to do so. It's a working draft with hints but don't expect a full howto guide. Maybe i will write a new one including full flagged Server- Setup. Util then, this is all you will find here. | Note for english speakers: this is german as by time of writing i decided to do so. It's a working draft with hints but don't expect a full howto guide. Maybe i will write a new one including full flagged Server- Setup. Util then, this is all you will find here. | ||
Zeile 8: | Zeile 10: | ||
- Nextcloud itself is very powerfull, but gets even really explosive using all of its features! The NC- Devs make it easy to install all of them in one step using [[https:// | - Nextcloud itself is very powerfull, but gets even really explosive using all of its features! The NC- Devs make it easy to install all of them in one step using [[https:// | ||
+ | ===== Docker and Root ===== | ||
+ | |||
+ | There is a big Problem with docker: The Daemon is running as root and also the Container- Services are. I am not a fried of this - so maybe you want to install Docker as non-root- user as wriztten here [[https:// | ||
===== Vorwort ===== | ===== Vorwort ===== | ||
Zeile 16: | Zeile 21: | ||
"Yes, that was the problem. Ran '' | "Yes, that was the problem. Ran '' | ||
- | |||
===== Docker+Portainer zum Laufen bekommen ===== | ===== Docker+Portainer zum Laufen bekommen ===== | ||
- | [[https:// | + | [[https:// |
- | docker volume create portainer_data\\ | + | docker volume create portainer_data \\ |
docker run -d -p 81:9000 –name=portainer –restart=unless-stopped -v / | docker run -d -p 81:9000 –name=portainer –restart=unless-stopped -v / | ||
===== Nextcloud installieren ===== | ===== Nextcloud installieren ===== | ||
- | [[https:// | + | [[https:// |
Ordner anlegen / | Ordner anlegen / | ||
- | [[https:// | + | [[https:// |
herunterladen, | herunterladen, | ||