There was an error while loading. Please reload this page.
1 parent f92cf36 commit 9612a7aCopy full SHA for 9612a7a
userdata.sh
@@ -5,6 +5,5 @@ dnf install docker -y
5
systemctl start docker
6
systemctl enable docker
7
usermod -a -G docker ec2-user
8
-# install docker-compose
9
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
+chmod +x /usr/local/bin/docker-compose
0 commit comments