Compare commits
2 Commits
feature/2_
...
addRestart
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0cd0f5f4df | ||
|
|
e2e832cfcf |
14
.gitea/workflows/restart.yaml
Normal file
14
.gitea/workflows/restart.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
name: Docker Restart Manuell
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
restart-docker:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Docker Compose Restart
|
||||
run: |
|
||||
cd /pfad/zum/docker-verzeichnis
|
||||
docker compose down
|
||||
docker compose up -d
|
||||
Reference in New Issue
Block a user