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