Latest offical v7.2 PHP-FPM container configured with basic extensions and production settings. Includes ionCube Loader php extension as required for CodyChat.
- pdo_mysql
- mysqli
- calendar
- intl
- ionCube Loader
- date.timezone = Etc/UTC
- upload_max_filesize = 25M
- post_max_size = 25M
See example directory for sample config file showing how to use this container with nginx.
codychat:
image: fireant456/codychat
volumes:
# Website files
- ./www:/www
ports:
- "9000:9000"
You will need to supply the CodyChat files and replace the index.php file in the www directory in the example directory. Once you do this, connecting to your server on port 80 should give you CodyChat. If you do not supply the files downloaded from the CodyChat website then you should see the PHP test page.