maj por debian 12 et typo divers

This commit is contained in:
sio user
2024-11-18 16:22:19 +01:00
parent 4eac7a1bb6
commit 97fa278983
2 changed files with 4 additions and 4 deletions

View File

@@ -82,7 +82,7 @@ cat > ./config/dynamic.yml <<EOT
http:
routers:
traefik:
rule: "Host(`traefik.docker.localhost`)"
rule: "Host(\`traefik.docker.localhost\`)"
service: "api@internal"
tls:
domains:
@@ -100,7 +100,7 @@ tls:
EOT
cat > nextcloud.yml <<'EOT'
cat > nextcloud.yml <<EOT
version: '2'
volumes:
@@ -152,7 +152,7 @@ services:
- MYSQL_DATABASE=nextcloud
- MYSQL_USER=nextcloud
- MYSQL_HOST=db
'EOT'
EOT
docker network create proxy
docker compose -f traefik.yml up -d