From e58b57044d8431ab290c8c4df8a76bf87f9e1e6f Mon Sep 17 00:00:00 2001 From: desktop Date: Mon, 29 Dec 2025 18:45:49 +0700 Subject: [PATCH] forgot .network on dfdb --- beeper/etc/containers/systemd/sharkey-dfdb.container | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beeper/etc/containers/systemd/sharkey-dfdb.container b/beeper/etc/containers/systemd/sharkey-dfdb.container index 93aa621..717fafe 100644 --- a/beeper/etc/containers/systemd/sharkey-dfdb.container +++ b/beeper/etc/containers/systemd/sharkey-dfdb.container @@ -4,7 +4,7 @@ Description=Sharkey's DragonflyDB process [Container] Environment="DFLY_snapshot_cron=* * * * *" DFLY_version_check=false DFLY_default_lua_flags=allow-undeclared-keys DFLY_dbfilename=dump.rdb DFLY_df_snapshot_format=false DFLY_dir=/data Image=docker.dragonflydb.io/dragonflydb/dragonfly -Network=sharkey +Network=sharkey.network Volume=/var/containers/sharkey/dfdb:/data:z [Service]