mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Optimized reset routine for docker images and specially discourse
This commit is contained in:
@@ -8,7 +8,7 @@ address = "0.0.0.0:{{ container_port }}"
|
||||
# Database.
|
||||
[db]
|
||||
host = "{{ database_host }}"
|
||||
port = {{database_port}}
|
||||
port = {{ database_port }}
|
||||
user = "{{ database_username }}"
|
||||
password = "{{ database_password }}"
|
||||
|
||||
|
Reference in New Issue
Block a user