-
-
Notifications
You must be signed in to change notification settings - Fork 190
Use a prebuilt image from Docker Hub
Docker images are now built automatically at every release, you can find them on Docker HUB. These are preconfigured images based on PHP7.4 and they include the latest stable release of Cloudlog
- An available MySQL instance reachable from local network
- An example setup can be found here
Some data needs to be retained locally (such as QSL cards, etc), so we will create four volumes to store such data
docker volume create cloudlog-config
docker volume create cloudlog-backup
docker volume create cloudlog-uploads
Now that the volumes are created we can run the final image
docker run -v cloudlog-config:/var/www/html/application/config -v cloudlog-backup:/var/www/html/application/backup -v cloudlog-uploads:/var/www/html/application/uploads --name cloudlog -p 8086:80 2m0sql/cloudlog
This will expose the port 8086 on the local machine to access and configure the Cloudlog instance!
You can now access the WebPage to configure Cloudlog at https://ipaddress:8086
and proceed with the normal setup
- Installation on Linux server
- Installation on Windows server
- Updating Cloudlog
- Hints & Tips
- cloudlog.php Config
- API
- Station Locations
- Radio Interface
- ADIF Import / Export
- Logbook of The World
- eQSL
- Print Requested QSLs
- Clublog Upload
- QRZ Logbook
- KML Export