aboutsummaryrefslogtreecommitdiff
path: root/docker-compose.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r--docker-compose.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml
index 0f9f033..6629c61 100644
--- a/docker-compose.yaml
+++ b/docker-compose.yaml
@@ -2,7 +2,8 @@ services:
linklogger:
container_name: linklogger
image: ghcr.io/packetparker/linklogger:latest
- network_mode: host
volumes:
- /path/on/system:/data
- restart: on-failure \ No newline at end of file
+ ports:
+ - 5100:5000
+ restart: always \ No newline at end of file