restart

Search

You can find the results of your search below.

Nextcloud Container
5 Hits, Last modified:
-cron:latest # image: nextcloud:fpm-alpine restart: always depends_on: - db - redis ... DIS_HOST=redis db: image: mariadb:11.3 restart: always command: --transaction-isolation=READ... - proxy redis: image: redis:alpine restart: always networks: - proxy web: image: nginx restart: always ports: - 8180:80 depends_on
Docker Deluge Image / Service
1 Hits, Last modified:
stdin_open: true container_name: deluge restart: 'unless-stopped' # always | no | on-failure [:5
Docker-Compose
3 Hits, Last modified:
ker-compose down'' *''docker-compose stop|start|restart'' it is better to use down and up commands has th... ied on Traefik would not operate. A simple start/restart of Traefik always worked. Most of the other Docke... ll -s HUP $MAINPID TimeoutStartSec=0 RestartSec=2 Restart=always # Note that StartLimit* options were move
Docker
8 Hits, Last modified:
ata docker run -d -p 9443:9443 --name=portainer --restart=always \ -v /var/run/docker.sock:/var/run/doc... un -d -p 9001:9001 --name portainer_agent --restart=always \ -v /var/run/docker.sock:/var/run/docker.... NTAINER'' | Kill (SIGKILL) a container| |''docker restart CONTAINER'' | Graceful stop and restart a container| |''docker pause CONTAINER'' | Suspend a container| |'
Docker mailserver
9 Hits, Last modified:
options, "Usage: /etc/init.d/postfix {start|stop|restart|reload|flush|check|abort|force-reload|status}" =... tps://www.cyberciti.biz/faq/linux-unix-start-stop-restart-postfix/|Start / Stop / Restart Postfix Mail Server]] *[[https://kerneltalks.com/linux/how-to-start-st... list the current defined modules * ''httpd -k restart'' to restart, also stop to kill, graceful to grac
Docker nginx / php notes
11 Hits, Last modified:
IGBUS within the time ; interval set by emergency_restart_interval then FPM will restart. A value ; of '0' means 'Off'. ; Default Value: 0 ;emergency_restart_threshold = 0 ; Interval of time used by emergency_restart_interval to determine when ; a graceful restart w
Calibre
2 Hits, Last modified:
ports: - 8088:8080 - 8089:8081 restart: unless-stopped networks: - proxy netw... e_library:/books ports: - 8087:8083 restart: unless-stopped networks: - proxy netw
Dokuwiki
1 Hits, Last modified:
s: - 8081:80 # - 443:443 #optional restart: unless-stopped </code> Todo: * Need to create