Skip to content

Commit 9612a7a

Browse files
userdata modified
1 parent f92cf36 commit 9612a7a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

userdata.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@ dnf install docker -y
55
systemctl start docker
66
systemctl enable docker
77
usermod -a -G docker ec2-user
8-
# install docker-compose
98
curl -SL https://github.com/docker/compose/releases/download/v2.17.3/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose
10-
chmod +x /usr/local/bin/docker-compose
9+
chmod +x /usr/local/bin/docker-compose

0 commit comments

Comments
 (0)