Compare commits
2 Commits
06ad7bce2f
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| fc496c5a3a | |||
| 9c1b2b5084 |
@@ -2,7 +2,7 @@ services:
|
||||
rustfs:
|
||||
# https://hub.docker.com/r/rustfs/rustfs
|
||||
# https://github.com/rustfs/rustfs/releases
|
||||
image: rustfs/rustfs:1.0.0-alpha.69
|
||||
image: rustfs/rustfs:1.0.0-alpha.86
|
||||
hostname: unraid
|
||||
container_name: rustfs
|
||||
env_file: .env
|
||||
|
||||
@@ -3,7 +3,7 @@ volumes:
|
||||
|
||||
services:
|
||||
traefik:
|
||||
image: traefik:3.0
|
||||
image: traefik:3
|
||||
container_name: traefik
|
||||
restart: always
|
||||
command: --providers.docker
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
entryPoints:
|
||||
http:
|
||||
web:
|
||||
address: ':80'
|
||||
https:
|
||||
websecure:
|
||||
address: ':443'
|
||||
asDefault: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user