Skip to content

Commit

Permalink
Fixed .env
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuezesi committed Mar 14, 2019
1 parent 74c34fc commit 97b5d86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion images/mailcow-dind/cmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,9 @@ init_mailcow() {
start_mailcow() {
cd /mailcow
wait 2
source mailcow.conf
ln -s mailcow.conf .env
docker-compose pull
wait 2
docker-compose up -d
docker-compose logs -f
}
Expand Down

0 comments on commit 97b5d86

Please sign in to comment.