Use docker container name instead of ID
This commit is contained in:
parent
6dea73b9cc
commit
50d455920c
|
@ -11,11 +11,11 @@ AUTH_TOKEN = ''
|
||||||
# /var/www/wiki/maintenance
|
# /var/www/wiki/maintenance
|
||||||
WIKI_MAINTENANCE = ''
|
WIKI_MAINTENANCE = ''
|
||||||
|
|
||||||
# The ID of the Docker container.
|
# The name of the Docker container.
|
||||||
# Find it with docker ps
|
# Find it with docker ps
|
||||||
# Probably something like:
|
# Probably something like:
|
||||||
# 9c81ac530cdd
|
# app
|
||||||
DISCOURSE_CONTAINER = ''
|
DISCOURSE_CONTAINER = 'app'
|
||||||
|
|
||||||
# API key created here:
|
# API key created here:
|
||||||
# https://forum.protospace.ca/admin/api/keys
|
# https://forum.protospace.ca/admin/api/keys
|
||||||
|
|
Loading…
Reference in New Issue
Block a user