Skip to content

Commit

Permalink
Update production_version.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesOberreiter authored Apr 8, 2024
1 parent 6999a08 commit 3a6684d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/installation/docker/production_version.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,8 @@ docker-compose up -d

:::tip
Now you can browse to **http://YOUR_DOMAIN_NAME:YOUR_PORT** and login as **YOUR_ADMIN_EMAIL** with password **YOUR_ADMIN_PASSWORD**
:::
:::

:::info
If you're not using Docker volumes and prefer to directly link folders (bind mounts), you'll need to adjust the permissions of those folders. This allows the default user running the Node.js application (usually called "node" and has a user ID of 1000) to make changes to the files and folders inside. You can achieve this by running the following command: `chown -R 1000:1000 /mnt/path`
:::

0 comments on commit 3a6684d

Please sign in to comment.