Compare commits

...

1 Commits

Author SHA1 Message Date
0436310086 modif spour substitution des parametres 2022-11-17 13:56:43 +01:00

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