Update install.sh dependencies (#113)

This commit is contained in:
Leendert de Borst
2024-07-23 21:09:11 +02:00
parent ac284ba71a
commit 1ae5143fb7
3 changed files with 6 additions and 6 deletions

View File

@@ -15,10 +15,10 @@ jobs:
options: --privileged
steps:
- uses: actions/checkout@v2
- name: Set permissions and run init.sh
- name: Set permissions and run install.sh
run: |
chmod +x init.sh
./init.sh
chmod +x install.sh
./install.sh
- name: Set up Docker Compose
run: |
# Change the exposed host port of the SmtpService from 25 to 2525 because port 25 is not allowed in GitHub Actions