update uptime

This commit is contained in:
nora 2023-09-02 19:08:21 +02:00
parent e4245532d9
commit 1fec732865
3 changed files with 3 additions and 3 deletions

View file

@ -10,4 +10,4 @@
- name: Docker compose up! 🚀 - name: Docker compose up! 🚀
community.docker.docker_compose: community.docker.docker_compose:
project_src: /apps project_src: /apps
state: restarted restarted: true

View file

@ -129,7 +129,7 @@
- name: Docker compose up! 🚀 - name: Docker compose up! 🚀
community.docker.docker_compose: community.docker.docker_compose:
project_src: /apps project_src: /apps
state: restarted restarted: true
##### #####
# POST: things after starting up # POST: things after starting up
##### #####

View file

@ -2,7 +2,7 @@ version: "3.8"
services: services:
uptime: uptime:
container_name: uptime container_name: uptime
image: "docker.nilstrieb.dev/uptime:8af7829b" image: "docker.nilstrieb.dev/uptime:f12b6ffa"
restart: always restart: always
volumes: volumes:
- "/apps/uptime:/app/config" - "/apps/uptime:/app/config"