Commit 05933e4a authored by nimrod's avatar nimrod
Browse files

Update Nextcloud container name.

For some reason, Docker Compose changed from underscore to hyphen.
parent 0b6117d1
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ client = docker.from_env()


NAME = os.getenv("NC_NAME", "Nimrod Adar")
CONTAINER_NAME = os.getenv("NC_CONTAINER", "nextcloud_nextcloud_1")
CONTAINER_NAME = os.getenv("NC_CONTAINER", "nextcloud-nextcloud-1")


@app.route("/ping")