Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
c06cc4ba56 | |||
c23ca58aba |
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/bookworm"
|
||||
config.vm.box = "debian/bookworm64"
|
||||
config.vm.hostname = "nextcloud-traefik"
|
||||
|
||||
# Disable automatic box update checking. If you disable this, then
|
||||
|
@ -145,7 +145,7 @@ services:
|
||||
- nxc
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.app.rule=Host(`mon.nxc`)"
|
||||
- "traefik.http.routers.app.rule=Host(\`mon.nxc\`)"
|
||||
- "traefik.http.routers.app.tls=true"
|
||||
environment:
|
||||
- MYSQL_PASSWORD=Azerty1+
|
||||
|
Reference in New Issue
Block a user