Skip to content
Snippets Groups Projects
Verified Commit b2e487a3 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

[Docker] Fix port assignment

parent c2e3b8c5
No related branches found
No related tags found
1 merge request!537Allow running celery in Docker
#!/bin/bash
HTTP_PORT=${HTTP_PORT:8000}
HTTP_PORT=${HTTP_PORT:-8000}
if [[ -z $ALEKSIS_secret_key ]]; then
if [[ ! -e /var/lib/aleksis/secret_key ]]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment