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
|
# 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/bookworm"
|
config.vm.box = "debian/bookworm64"
|
||||||
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
|
||||||
|
@ -145,7 +145,7 @@ services:
|
|||||||
- nxc
|
- nxc
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "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"
|
- "traefik.http.routers.app.tls=true"
|
||||||
environment:
|
environment:
|
||||||
- MYSQL_PASSWORD=Azerty1+
|
- MYSQL_PASSWORD=Azerty1+
|
||||||
|
Reference in New Issue
Block a user