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

@ -12,7 +12,7 @@ Vagrant.configure("2") do |config|
# Every Vagrant development environment requires a box. You can search for # Every Vagrant development environment requires a box. You can search for
# boxes at https://vagrantcloud.com/search. # boxes at https://vagrantcloud.com/search.
config.vm.box = "debian/bullseye64" config.vm.box = "debian/bookworm"
config.vm.hostname = "nextcloud-traefik" config.vm.hostname = "nextcloud-traefik"
# Disable automatic box update checking. If you disable this, then # Disable automatic box update checking. If you disable this, then

View File

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