Hardcode nextcloud container name.
This commit is contained in:
parent
49386124c3
commit
181f2e52fe
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue