From f941550bfb34b421a11ff6720be6a538312414c4 Mon Sep 17 00:00:00 2001 From: desktop Date: Mon, 29 Dec 2025 18:38:01 +0700 Subject: [PATCH] use :z instead of :Z, since we don't use pods yet --- beeper/etc/containers/systemd/sharkey-activity.container | 8 ++++---- beeper/etc/containers/systemd/sharkey-api.container | 8 ++++---- beeper/etc/containers/systemd/sharkey-media.container | 8 ++++---- beeper/etc/containers/systemd/sharkey-worker.container | 8 ++++---- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/beeper/etc/containers/systemd/sharkey-activity.container b/beeper/etc/containers/systemd/sharkey-activity.container index cefd9b8..d9676d4 100644 --- a/beeper/etc/containers/systemd/sharkey-activity.container +++ b/beeper/etc/containers/systemd/sharkey-activity.container @@ -8,9 +8,9 @@ Image=registry.activitypub.software/transfem-org/sharkey:develop Network=postgresql Network=sharkey PublishPort=192.168.1.73:47815:3002 -Volume=/var/containers/sharkey/files:/sharkey/files:Z -Volume=/var/containers/sharkey/activity:/sharkey/.config:Z -Volume=/var/containers/sharkey/default.yml:/sharkey/.config/default.yml:ro:Z +Volume=/var/containers/sharkey/files:/sharkey/files:z +Volume=/var/containers/sharkey/activity:/sharkey/.config:z +Volume=/var/containers/sharkey/default.yml:/sharkey/.config/default.yml:ro:z [Service] -Restart=always \ No newline at end of file +Restart=always diff --git a/beeper/etc/containers/systemd/sharkey-api.container b/beeper/etc/containers/systemd/sharkey-api.container index 7e584ef..ad83d51 100644 --- a/beeper/etc/containers/systemd/sharkey-api.container +++ b/beeper/etc/containers/systemd/sharkey-api.container @@ -8,9 +8,9 @@ Image=registry.activitypub.software/transfem-org/sharkey:develop Network=postgresql Network=sharkey PublishPort=192.168.1.73:60628:3001 -Volume=/var/containers/sharkey/files:/sharkey/files:Z -Volume=/var/containers/sharkey/api:/sharkey/.config:Z -Volume=/var/containers/sharkey/default.yml:/sharkey/.config/default.yml:ro:Z +Volume=/var/containers/sharkey/files:/sharkey/files:z +Volume=/var/containers/sharkey/api:/sharkey/.config:z +Volume=/var/containers/sharkey/default.yml:/sharkey/.config/default.yml:ro:z [Service] -Restart=always \ No newline at end of file +Restart=always diff --git a/beeper/etc/containers/systemd/sharkey-media.container b/beeper/etc/containers/systemd/sharkey-media.container index 3e182f5..880b12e 100644 --- a/beeper/etc/containers/systemd/sharkey-media.container +++ b/beeper/etc/containers/systemd/sharkey-media.container @@ -8,9 +8,9 @@ Image=registry.activitypub.software/transfem-org/sharkey:develop Network=postgresql Network=sharkey PublishPort=192.168.1.73:57378:3003 -Volume=/var/containers/sharkey/files:/sharkey/files:Z -Volume=/var/containers/sharkey/media:/sharkey/.config:Z -Volume=/var/containers/sharkey/default.yml:/sharkey/.config/default.yml:ro:Z +Volume=/var/containers/sharkey/files:/sharkey/files:z +Volume=/var/containers/sharkey/media:/sharkey/.config:z +Volume=/var/containers/sharkey/default.yml:/sharkey/.config/default.yml:ro:z [Service] -Restart=always \ No newline at end of file +Restart=always diff --git a/beeper/etc/containers/systemd/sharkey-worker.container b/beeper/etc/containers/systemd/sharkey-worker.container index 0426a66..08442ab 100644 --- a/beeper/etc/containers/systemd/sharkey-worker.container +++ b/beeper/etc/containers/systemd/sharkey-worker.container @@ -7,9 +7,9 @@ EnvironmentFile=/var/containers/sharkey/.env.secrets Image=registry.activitypub.software/transfem-org/sharkey:develop Network=postgresql Network=sharkey -Volume=/var/containers/sharkey/files:/sharkey/files:Z -Volume=/var/containers/sharkey/worker:/sharkey/.config:Z -Volume=/var/containers/sharkey/default.yml:/sharkey/.config/default.yml:ro:Z +Volume=/var/containers/sharkey/files:/sharkey/files:z +Volume=/var/containers/sharkey/worker:/sharkey/.config:z +Volume=/var/containers/sharkey/default.yml:/sharkey/.config/default.yml:ro:z [Service] -Restart=always \ No newline at end of file +Restart=always