Loading Dockerfile +1 −1 Original line number Diff line number Diff line FROM debian:trixie-slim ARG DEBCONF_NOWARNINGS="yes" ARG DEBCONF_NOWARNINGS "yes" ARG DEBIAN_FRONTEND "noninteractive" ARG DEBCONF_NONINTERACTIVE_SEEN "true" Loading docker-compose.yml +1 −1 Original line number Diff line number Diff line Loading @@ -17,4 +17,4 @@ services: ports: - 8006:8006 stop_grace_period: 2m restart: unless-stopped restart: on-failure readme.md +1 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ services: ports: - 8006:8006 stop_grace_period: 2m restart: unless-stopped restart: on-failure ``` Via `docker run` Loading Loading
Dockerfile +1 −1 Original line number Diff line number Diff line FROM debian:trixie-slim ARG DEBCONF_NOWARNINGS="yes" ARG DEBCONF_NOWARNINGS "yes" ARG DEBIAN_FRONTEND "noninteractive" ARG DEBCONF_NONINTERACTIVE_SEEN "true" Loading
docker-compose.yml +1 −1 Original line number Diff line number Diff line Loading @@ -17,4 +17,4 @@ services: ports: - 8006:8006 stop_grace_period: 2m restart: unless-stopped restart: on-failure
readme.md +1 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ services: ports: - 8006:8006 stop_grace_period: 2m restart: unless-stopped restart: on-failure ``` Via `docker run` Loading