Compare commits

..
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
services: services:
fireshare: fireshare:
container_name: fireshare container_name: fireshare
image: shaneisrael/fireshare:1.7.4-lite image: shaneisrael/fireshare:1.8.0-lite
ports: ports:
- "80" - "80"
volumes: volumes:
+1 -1
View File
@@ -2,7 +2,7 @@ terraform {
required_providers { required_providers {
proxmox = { proxmox = {
source = "bpg/proxmox" source = "bpg/proxmox"
version = "0.113.1" version = "0.81.0"
} }
} }
} }