From afb638c889200524a46ef8e158bf47557920a3c8 Mon Sep 17 00:00:00 2001 From: skidoodle Date: Tue, 25 Jun 2024 00:39:15 +0200 Subject: [PATCH] Update readme.md --- readme.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index 7490394..71c073e 100644 --- a/readme.md +++ b/readme.md @@ -32,17 +32,17 @@ version: '3.9' services: iphistory: + image: ghcr.io/skidoodle/iphistory:main container_name: iphistory - image: 'ghcr.io/skidoodle/iphistory:main' restart: unless-stopped ports: - - '8080:8080' + - "8080:8080" volumes: - - data:/app + - iphistory_data:/app volumes: - data: - driver: local + iphistory_data: + external: false ``` ### Docker Run