mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-05-24 08:17:57 -04:00
Update install.sh dependencies (#113)
This commit is contained in:
6
.github/workflows/docker-compose-build.yml
vendored
6
.github/workflows/docker-compose-build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user