Skip to content

Commit

Permalink
Updated to fix Nginx Proxy Manager Issue
Browse files Browse the repository at this point in the history
There is an issue where the database has permission issue in the /var/lib/mysql folder items. It is fixed by changing the data folder of mariadb container in docker-compose
  • Loading branch information
mayankagprofessional authored Oct 17, 2023
1 parent e7aa125 commit 6ab7fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginxproxymanager-tutorial/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ services:
MYSQL_USER: 'npm'
MYSQL_PASSWORD: 'npm'
volumes:
- ./data/mysql:/var/lib/mysql
- ./mysql:/var/lib/mysql
```
### 2.2. Start the Nginx Proxy Manager
Expand Down

0 comments on commit 6ab7fd6

Please sign in to comment.