Added sysctl params for rootless docker-compose.yml

Hello, Podman.
This commit is contained in:
foreverpyrite
2025-12-02 20:18:09 -05:00
parent 8ae9920af4
commit df5e6191e2
2 changed files with 3 additions and 1 deletions

View File

@@ -10,6 +10,8 @@ services:
# So if you don't have permission to bind, you could change the first 80 to 8080 and 443 to 4443
- 127.0.0.1:80:80
- 127.0.0.1:443:443
sysctls:
- net.ipv4.ip_unprivileged_port_start=0
volumes:
- ./:/sniph-bank:rw
working_dir: /sniph-bank

2
uv.lock generated
View File

@@ -270,7 +270,7 @@ wheels = [
[[package]]
name = "sniph-bank"
version = "0.1.0"
version = "0.1.3"
source = { virtual = "." }
dependencies = [
{ name = "flask" },