You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
also got an issue with running startup script for db (creating tables etc...) forgot how resolved it...guess the same way like docker exec -it zm_db_1 ... and run initial sql
The text was updated successfully, but these errors were encountered:
docker-compose.yml
FIXed issue with docker exec :
chown -R www-data:www-data /usr/share/zoneminder/www
OR in compose file:
command: ["chown -R www-data:www-data /usr/share/zoneminder/www"]
also got an issue with running startup script for db (creating tables etc...) forgot how resolved it...guess the same way like docker exec -it zm_db_1 ... and run initial sql
The text was updated successfully, but these errors were encountered: