Merge pull request 'feature/code-update' (#1) from feature/code-update into main
Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
@@ -2,7 +2,7 @@ services:
|
|||||||
rustfs:
|
rustfs:
|
||||||
# https://hub.docker.com/r/rustfs/rustfs
|
# https://hub.docker.com/r/rustfs/rustfs
|
||||||
# https://github.com/rustfs/rustfs/releases
|
# https://github.com/rustfs/rustfs/releases
|
||||||
image: rustfs/rustfs:1.0.0-alpha.69
|
image: rustfs/rustfs:1.0.0-alpha.86
|
||||||
hostname: unraid
|
hostname: unraid
|
||||||
container_name: rustfs
|
container_name: rustfs
|
||||||
env_file: .env
|
env_file: .env
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ volumes:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
traefik:
|
traefik:
|
||||||
image: traefik:3.0
|
image: traefik:3
|
||||||
container_name: traefik
|
container_name: traefik
|
||||||
restart: always
|
restart: always
|
||||||
command: --providers.docker
|
command: --providers.docker
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
entryPoints:
|
entryPoints:
|
||||||
http:
|
web:
|
||||||
address: ':80'
|
address: ':80'
|
||||||
https:
|
websecure:
|
||||||
address: ':443'
|
address: ':443'
|
||||||
asDefault: true
|
asDefault: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user