modif spour substitution des parametres

This commit is contained in:
sio user 2022-11-17 13:56:43 +01:00
parent 82659b67e9
commit 0436310086

View File

@ -78,7 +78,7 @@ Vagrant.configure("2") do |config|
mkdir nginx2
echo "my.nginx2" > nginx2/index.html
#cat > docker-compose.yml <<-EOT
cat > docker-compose.yml <<EOT
cat > docker-compose.yml <<'EOT'
version: '3'
services:
@ -109,7 +109,7 @@ services:
- ./nginx2:/usr/share/nginx/html:ro
labels:
- "traefik.http.routers.nginx2.rule=Host(`my.nginx2`)"
EOT
'EOT'
docker compose up -d
ip -br a
SHELL