1.2.3
-
Fixed an issue where the current version of Docker may not be detected properly
-
Custom environment variables are now supported by each service. Please create the respective files in order to use them:
- *Note: these paths are relative to
deploy.sh
. Do not place these in./live
./custom/customCaddy.env
./custom/customLemmy.env
./custom/customLemmy-ui.env
./custom/customPictrs.env
./custom/customPostgres.env
./custom/customPostfix.env
- These files are environment files. In general, they follow the syntax
VARIABLE=VALUE
. For more info, please see the official Docker docs for the syntax of these files:
- *Note: these paths are relative to
-
You may now supply a
customPostgresql.conf
file to your Postgres container. Copy it here in order to use it:- *Note: this path is relative to
deploy.sh
. Do not place this file in./live
./custom/customPostgresql.conf
- This will be mounted over
/etc/postgresql.conf
in the Postgres container.
- *Note: this path is relative to
-
Improvements have been made to the first-time setup experience to reduce confusion for new users