Skip to content

Commit

Permalink
selinux
Browse files Browse the repository at this point in the history
  • Loading branch information
auricom committed May 13, 2024
1 parent 046a5e6 commit 3511381
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion usr/share/containers/systemd/filebrowser.container
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Environment=FB_PORT=7000
Image=ghcr.io/auricom/filebrowser:rolling
Volume=filebrowser.volume:/config
Volume=/var/mnt/vol1:/var/mnt/vol1:bind
SecurityLabelType=filebrowser
SecurityLabelType=container_runtime_t
# Traefik
Label=traefik.enable="true"
Label=traefik.http.routers.filebrowser.rule=Host'(`filebrowser.feisar.ovh`)'
Expand Down
2 changes: 1 addition & 1 deletion usr/share/containers/systemd/minio.container
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Environment=MINIO_UPDATE=off
Image=quay.io/minio/minio:latest
Exec=server /data --address :9000 --console-address :9001
Volume=/var/mnt/vol1/apps/minio:/data:bind
SecurityLabelType=minio
SecurityLabelType=container_runtime_t
Label=traefik.enable="true"
Label=traefik.http.routers.s3.rule=Host'(`s3.feisar.ovh`)'
Label=traefik.http.routers.s3.entrypoints="websecure"
Expand Down

0 comments on commit 3511381

Please sign in to comment.