linuxserver / docker-snipe-it

Alpine/Nginx container for the Asset Management software Snipe-IT
GNU General Public License v3.0
123 stars 26 forks source link

README typo(?) #37

Closed serenewaffles closed 1 year ago

serenewaffles commented 2 years ago

linuxserver.io


README reads:

    environment:
      - PUID=1000
      - PGID=1000
      - APP_URL=http://localhost:8080
      - MYSQL_PORT_3306_TCP_ADDR=<mysql host>
      - MYSQL_PORT_3306_TCP_PORT=<mysql port>
      - MYSQL_DATABASE=<mysql database>
      - MYSQL_USER=<mysql pass>
      - MYSQL_PASSWORD=changeme

It should likely read something like:

    environment:
      - PUID=1000
      - PGID=1000
      - APP_URL=http://localhost:8080
      - MYSQL_PORT_3306_TCP_ADDR=<mysql host>
      - MYSQL_PORT_3306_TCP_PORT=<mysql port>
      - MYSQL_DATABASE=<mysql database>
      - MYSQL_USER=<mysql user>
      - MYSQL_PASSWORD=<mysql pass>
github-actions[bot] commented 2 years ago

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

github-actions[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] commented 1 year ago

This issue is locked due to inactivity