Unverified Commit 2d404500 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

docs: Restart mode (#380)

parent 2fdb19ae
Loading
Loading
Loading
Loading
+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"

+1 −1
Original line number Diff line number Diff line
@@ -17,4 +17,4 @@ services:
    ports:
      - 8006:8006
    stop_grace_period: 2m
    restart: unless-stopped
    restart: on-failure
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ services:
    ports:
      - 8006:8006
    stop_grace_period: 2m
    restart: unless-stopped
    restart: on-failure
```

Via `docker run`