Skip to content

Commit

Permalink
fix uptimekuma storage path
Browse files Browse the repository at this point in the history
  • Loading branch information
ahembree committed Dec 25, 2023
1 parent 737b9df commit eb59d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/hmsdocker/templates/docker-compose.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -1291,7 +1291,7 @@ services:
networks:
- traefik_net
volumes:
- ${HMSD_APPS_PATH}/uptime-kuma/config:/app/data
- ${HMSD_APPS_PATH}/uptimekuma/config:/app/data
- /var/run/docker.sock:/var/run/docker.sock
{% if expose_ports_enabled_uptimekuma %}
ports:
Expand Down

0 comments on commit eb59d41

Please sign in to comment.