diff --git a/cloud_formation.yml b/cloud_formation.yml index 563b4cbe..d9de5558 100644 --- a/cloud_formation.yml +++ b/cloud_formation.yml @@ -163,12 +163,14 @@ Resources: systemctl start docker usermod -a -G docker ec2-user + export publichost=$(ec2-metadata --public-hostname | cut -d ' ' -f2) # Create configuration file mkdir -p /home/ec2-user/podsync/data tee /home/ec2-user/podsync/config.toml <