restart

Search

You can find the results of your search below.

Nextcloud Container @docker_notes
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 @docker_notes
1 Hits, Last modified:
stdin_open: true container_name: deluge restart: 'unless-stopped' # always | no | on-failure [:5
Docker-Compose @docker_notes
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
KPTree - MSWindows Setup @home_server
2 Hits, Last modified:
afe * Sometime this is enough to allow a normal restart * Check add-ins and stop start-up Some other ... r to see if a frozen process is the problem.\\ *Restart the computer. ======Autodesk====== =====AutoCAD
Docker @docker_notes
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| |'