File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 11version : ' 2'
22services :
33 database :
4- hostname : database
54 image : mariadb
65 volumes :
76 - " /srv/pterodactyl/database:/var/lib/mysql"
87 environment :
8+ # # Database settings
9+ # # change if you want it to be more secure.
910 - " MYSQL_ROOT_PASSWORD=apassword"
1011 - " MYSQL_DATABASE=pterodb"
1112 - " MYSQL_USER=ptero"
1213 - " MYSQL_PASSWORD=pterodbpass"
1314
1415 cache :
15- hostname : redis
1616 image : redis:alpine
1717
1818 panel :
@@ -40,7 +40,7 @@ services:
4040 - " CACHE_DRIVER=redis"
4141 - " SESSION_DRIVER=redis"
4242 - " QUEUE_DRIVER=redis"
43- - " REDIS_HOST=cache_1 "
43+ - " REDIS_HOST=cache "
4444 - " REDIS_PASSWORD=null"
4545 - " REDIS_PORT=6379"
4646 # # Domain settings
@@ -50,6 +50,7 @@ services:
5050 # # Service egg settings
5151 - " APP_SERVICE_AUTHOR=noreply@your.domain.here"
5252 # # Database settings
53+ # # change if you want it to be more secure.
5354 - " DB_HOST=database"
5455 - " DB_PORT=3306"
5556 - " DB_DATABASE=pterodb"
You can’t perform that action at this time.
0 commit comments