Add minecraft server
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM nextcloud:fpm-alpine
|
||||
FROM nextcloud:30-fpm-alpine
|
||||
|
||||
RUN set -ex; \
|
||||
\
|
||||
|
||||
@@ -167,5 +167,7 @@ $CONFIG = [
|
||||
'password' => '', // Optional, if not defined no password will be used.
|
||||
'dbindex' => 0, // Optional, if undefined SELECT will not run and will use Redis Server's default DB Index.
|
||||
],
|
||||
|
||||
'config_is_read_only' => true,
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user