...
Stop the previously running Asta7
Code Block cd previous_asta7_directory docker compose down
Download and extract Asta7 1.71.0
Adjust the
.env
file according to the previous oneAdd the following entry to the environment section of the
gui-server
container in thedocker-compose.yml
fileCode Block REQUISITION_CLIENT_SECRET: ${REQUISITION_CLIENT_SECRET}
Run Asta7 1.71.0
Code Block cd asta7-1.71.0 docker compose up -d
...