-
Notifications
You must be signed in to change notification settings - Fork 83
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 Wavelog
- 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 wavelog-config
docker volume create wavelog-backup
docker volume create wavelog-uploadsNow that the volumes are created we can run the final image
docker run -v wavelog-config:/var/www/html/application/config -v wavelog-backup:/var/www/html/application/backup -v wavelog-uploads:/var/www/html/application/uploads --name wavelog -p 8086:80 xxxxxx/wavelogThis will expose the port 8086 on the local machine to access and configure the Wavelog instance!
You can now access the WebPage to configure Wavelog at https://ipaddress:8086 and proceed with the normal setup
- Dashboard
- Logbook
- DXCluster
- DXWaterfall
- Logging
- Notes
- Analytics
- Awards
- Search
- Label-Printing
- Widgets
- Authentication
- QSO Modes
- Backup
- Update Country Files
- User Accounts
- Global Options
- Debug
- Maintenance Mode
- Migrate servers
- API
- Station Profiles
- Radio Interface
- ADIF Import / Export
- Logbook of The World
- eQSL
- Print Requested QSLs
- Clublog Upload
- QRZ Logbook
- KML Export