From cb4de8b00d966390d8b2cd57d43d922c1158b8f4 Mon Sep 17 00:00:00 2001 From: skidoodle Date: Sun, 2 Jun 2024 12:42:44 +0200 Subject: [PATCH] fix: ocd --- readme.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index c822674..7490394 100644 --- a/readme.md +++ b/readme.md @@ -29,15 +29,17 @@ go run main.go ```yaml version: '3.9' + services: iphistory: container_name: iphistory - image: 'ghcr.io/skidoodle/iphistory:main' - restart: unless-stopped - ports: - - '8080:8080' - volumes: - - data:/app + image: 'ghcr.io/skidoodle/iphistory:main' + restart: unless-stopped + ports: + - '8080:8080' + volumes: + - data:/app + volumes: data: driver: local