Skip to content

Commit

Permalink
Dump DASHBOARD_HOSTNAME to .env file
Browse files Browse the repository at this point in the history
Co-authored-by: Enol Fernández <[email protected]>
  • Loading branch information
sebastian-luna-valero and enolfc authored Sep 20, 2024
1 parent 93b0e19 commit a92c772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ start the service:
```shell
cd /path/to/working/directory
git clone https://github.com/EGI-Federation/fedcloud-dashboard.git
echo "DASHBOARD_HOSTNAME="<your host name>"
echo "DASHBOARD_HOSTNAME="<your host name>" > .env
docker-compose up --build
```
Expand Down

0 comments on commit a92c772

Please sign in to comment.