Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
Pipeline #2901 passed
......@@ -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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment