Support multiple ports in ufw-docker service allow

This commit is contained in:
Chai Feng 2025-07-08 16:17:50 +08:00
parent 359d20d87c
commit b06afc13ef
No known key found for this signature in database
GPG key ID: 2DCD9A24E523FFD2
7 changed files with 611 additions and 115 deletions

View file

@ -1,6 +1,6 @@
FROM ubuntu:24.04
ARG docker_version="27.3.1"
ARG docker_version="28.3.1"
ARG use_iptables_legacy=false
ENV DEBIAN_FRONTEND=noninteractive