mirror of
https://github.com/simon987/nyaa.git
synced 2025-12-15 07:59:01 +00:00
feature: docker development environment (#544)
Add docker support It's self-contained so should not interfere with anything else and can easily be thrown out if nobody wants it anymore.
This commit is contained in:
1
.docker/mariadb-init-sql/.gitignore
vendored
Normal file
1
.docker/mariadb-init-sql/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
!*.sql
|
||||
3
.docker/mariadb-init-sql/50-grant-binlog-access.sql
Normal file
3
.docker/mariadb-init-sql/50-grant-binlog-access.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
GRANT REPLICATION SLAVE ON *.* TO 'nyaadev'@'%';
|
||||
GRANT REPLICATION CLIENT ON *.* TO 'nyaadev'@'%';
|
||||
FLUSH PRIVILEGES;
|
||||
Reference in New Issue
Block a user