Skip to content
Snippets Groups Projects
Commit a5d44bef authored by Creak's avatar Creak
Browse files

Fix Funkwhale instance URL port number

parent 502d6095
Branches
Tags
No related merge requests found
...@@ -30,7 +30,7 @@ echo "done" ...@@ -30,7 +30,7 @@ echo "done"
# Create .env and reduce permissions on the .env file since it contains # Create .env and reduce permissions on the .env file since it contains
# sensitive data. # sensitive data.
echo "Copy files" echo "Copy files"
mkdir nginx mkdir -p nginx
cp templates/nginx/funkwhale.template nginx/ cp templates/nginx/funkwhale.template nginx/
cp templates/nginx/funkwhale_proxy.conf nginx/ cp templates/nginx/funkwhale_proxy.conf nginx/
cp templates/docker-compose.yml . cp templates/docker-compose.yml .
...@@ -60,4 +60,5 @@ docker-compose run --rm api python manage.py createsuperuser ...@@ -60,4 +60,5 @@ docker-compose run --rm api python manage.py createsuperuser
echo "Run the Funkwhale instance" echo "Run the Funkwhale instance"
docker-compose up -d docker-compose up -d
echo "The instance is now running at https://$FUNKWHALE_HOSTNAME" source "$PWD/.env"
echo "The instance is accessible locally at http://localhost:${FUNKWHALE_API_PORT}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment