maj por debian 12 et typo divers
This commit is contained in:
parent
4eac7a1bb6
commit
97fa278983
2
docker-traefik-nextcloud/Vagrantfile
vendored
2
docker-traefik-nextcloud/Vagrantfile
vendored
@ -12,7 +12,7 @@ Vagrant.configure("2") do |config|
|
||||
|
||||
# Every Vagrant development environment requires a box. You can search for
|
||||
# boxes at https://vagrantcloud.com/search.
|
||||
config.vm.box = "debian/bullseye64"
|
||||
config.vm.box = "debian/bookworm"
|
||||
config.vm.hostname = "nextcloud-traefik"
|
||||
|
||||
# Disable automatic box update checking. If you disable this, then
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user