snipe / snipe-it

A free open source IT asset/license management system
https://snipeitapp.com
GNU Affero General Public License v3.0
10.86k stars 3.14k forks source link

Error on Docker setup - permission denied for laravel.log #11032

Open helinbei opened 2 years ago

helinbei commented 2 years ago

Debug mode

Describe the bug

屏幕截图 2022-05-06 213516

Reproduction steps

  1. docker - This happens after the pull completes the installation
  2. ...

Expected behavior

Successful installation

Screenshots

屏幕截图 2022-05-06 213516

Snipe-IT Version

v5.4.0

Operating System

centos

Web Server

apache

PHP Version

v7.4

Operating System

No response

Browser

No response

Version

v5.4.0

Device

No response

Operating System

No response

Browser

No response

Version

No response

Error messages

No response

Additional context

No response

welcome[bot] commented 2 years ago

👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.

helinbei commented 2 years ago

image

helinbei commented 2 years ago

就算加了权限也是这样的

Translation: "Even with permissions added"

snipe commented 2 years ago

Please answer in English. Use google translate if you have to - we're trying to help you, but you've got to help us to help you.

helinbei commented 2 years ago

Even with permissions added

helinbei commented 2 years ago

Help must be rewarded

sergregory commented 2 years ago

@helinbei please check your Find the APP_URL variable and check that you've specified the port number. If you, like me, copied it from the docs, it says: APP_URL=http://127.0.0.1:YOUR_PORT_NUMBER and you need something like APP_URL=http://127.0.0.1:8080 instead