Skip to content

Commit

Permalink
Merge pull request #20 from moonstream-to/fix-host-service
Browse files Browse the repository at this point in the history
Fixed host in service
  • Loading branch information
kompotkot authored Sep 20, 2023
2 parents c8211c6 + 9ae0540 commit c9674f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/waggle.service
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ EnvironmentFile=/home/ubuntu/waggle-secrets/app.env
Environment=AWS_REGION="${AWS_REGION}"
Restart=on-failure
RestartSec=15s
ExecStart=/home/ubuntu/waggle/waggle server run --host "${AWS_LOCAL_IPV4}" --port 7379 --config /home/ubuntu/waggle-secrets/config.json
ExecStart=/home/ubuntu/waggle/waggle server run --host 127.0.0.1 --port 7379 --config /home/ubuntu/waggle-secrets/config.json
SyslogIdentifier=waggle

[Install]
Expand Down

0 comments on commit c9674f9

Please sign in to comment.