2.10.0 All you need to know using PI-Server with Docker
- Dominique Burnand
Owned by Dominique Burnand
Restart server
You can do this simply by:
./install.sh
You can not use "docker-compose up" as install.sh will merge two docker-compose file into one depending on the setup you have defined in piplanning.cfg
Stop the server
docker-compose down
Update configuration (piplanning.cfg)
- Update the configuration file piplanning.cfg
./install.sh
Inspect log-files
To inspect the logs you can grab the logs of the individual containers by
docker logs -f <container-name or ID>
To check for errors regarding the ALM-sync:
- pialmsync container
Data storage / backups
All data and settings from the teams will be saved in the data folder. This data persists over updates.
Make sure you do regularly backups of the data folder.