From 549f7dc2123d0c3e2c73511a5ab856a5a55ba7bc Mon Sep 17 00:00:00 2001 From: Domingo Dirutigliano Date: Tue, 9 Apr 2024 04:01:18 +0200 Subject: [PATCH] firegex.py with latest version --- start.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.py b/start.py index e348b22..e9aeaa2 100755 --- a/start.py +++ b/start.py @@ -83,7 +83,7 @@ services: firewall: restart: unless-stopped container_name: firegex - {"build: ." if args.build else "image: ghcr.io/pwnzer0tt1/firegex:2.2.5"} + {"build: ." if args.build else "image: ghcr.io/pwnzer0tt1/firegex"} network_mode: "host" environment: - PORT={args.port}