diff options
author | EuAndreh <eu@euandre.org> | 2020-08-05 06:58:47 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-08-05 06:58:47 -0300 |
commit | 9afe00db59e733609e826f7448bb80f1c6be37b9 (patch) | |
tree | 37f14a5fbd8f594051285923c721f117c6d393e4 /provision.env.yaml | |
parent | Update docker volume mapping configuration (diff) | |
download | server-9afe00db59e733609e826f7448bb80f1c6be37b9.tar.gz server-9afe00db59e733609e826f7448bb80f1c6be37b9.tar.xz |
Checkpoint: working Nextcloud installation with configured trusted domains
Diffstat (limited to 'provision.env.yaml')
-rw-r--r-- | provision.env.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/provision.env.yaml b/provision.env.yaml index e03969a..39cd45e 100644 --- a/provision.env.yaml +++ b/provision.env.yaml @@ -33,7 +33,7 @@ when: lookup('env', 'DESTROY_VPS') == "1" - name: Create the required Docker network docker_network: - name: nginx-proxy + name: nginx-proxy-network - name: Start docker-compose docker_compose: project_src: /home/vps/ |