DockerComposeCollection

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit fde57ccdb2fe5b361eb7898ab9e81ff8b42dd94c
parent bdbf315e2855e7b22d069018b19ad93773717239
Author: minerva-jupiter <ryouturn@gmail.com>
Date:   Tue, 24 Sep 2024 01:36:38 +0900

update smokeping

Diffstat:
Msmokeping/docker-compose.yml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/smokeping/docker-compose.yml b/smokeping/docker-compose.yml @@ -7,10 +7,10 @@ services: - PUID=1000 - PGID=1000 - TZ=Etc/UTC - - MASTER_URL=http://60.130.0.39:80/smokeping/ #optional + - MASTER_URL=http://60.130.0.39:8081/smokeping/ #optional volumes: - /home/tetsu/smokepingdata/config:/config - /home/tetsu/smokepingdata/data:/data ports: - - 80:80 + - 8081:8081 restart: unless-stopped