From 7cc1b415a68769c814072800427e48436014da12 Mon Sep 17 00:00:00 2001 From: piair Date: Tue, 27 Feb 2024 15:35:31 +0100 Subject: [PATCH] bump version. Added docker compose (thx chatGPT) --- docker-compose.yml | 5 ++++- version | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 34e9f3c..0f8450f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -9,10 +9,13 @@ services: # arguments: # - ARG_NAME=value # If you have build arguments image: msrewards + container_name: MsRewards restart: unless-stopped ports: - "1234:1234" - "2345:2345" shm_size: 2gb volumes: - - "./:/app" # Mount the current directory to /app inside the container \ No newline at end of file + - "./:/app" # Mount the current directory to /app inside the container + networks: + - host # Use host network mode diff --git a/version b/version index cc73cfb..1192aca 100644 --- a/version +++ b/version @@ -1 +1 @@ -v6.8.10 +v6.8.11