Docker image for running AirComix server (PHP version)
docker create \
--name=<your-container-name> \
-v <path-of-comics>:/comics \
-p <service-port>:31257 \
solha/aircomix-server
-v /comics
- root directory where comics are stored-p 31257
- AirComix service port
- Launch
http://<server ip>:<service port>/comics
- Default username:
AirComix
- Default password:
y0urp@ssw0rd
- Use following command:
>>> docker exec <your-container-name> /bin/sh -c 'htpasswd -cb /var/www/comix-server/.htpasswd AirComix <your-password>'
Adding password for user AirComix
- Base image: webdevops/php-apache:5.6
- AirComix Server (PHP Version): https://github.com/song31/comix-server