Hardcode nextcloud container name.

This commit is contained in:
Magnus Andersson 2024-03-18 10:30:10 +01:00
parent 49386124c3
commit 181f2e52fe
Signed by untrusted user: mandersson
GPG key ID: 19CB2C58E1F19B16

View file

@ -5,6 +5,7 @@ services:
app:
image: docker.sunet.se/drive/nextcloud-custom:<%= @nextcloud_version %>
restart: always
container_name: nextcloud_app_1
environment:
- NC_PASS=<%= @admin_password%>
volumes: