Skip to content

Commit

Permalink
Merge pull request #13 from HannesOberreiter/patch-3
Browse files Browse the repository at this point in the history
Update production_version.md
  • Loading branch information
meltyshev authored Apr 8, 2024
2 parents 6999a08 + 3a6684d commit c09d5ef
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 c09d5ef

Please sign in to comment.