bump version. Added docker compose (thx chatGPT)

This commit is contained in:
piair 2024-02-27 15:35:31 +01:00
parent 6a2d960dd0
commit 7cc1b415a6
2 changed files with 5 additions and 2 deletions

View File

@ -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
- "./:/app" # Mount the current directory to /app inside the container
networks:
- host # Use host network mode

View File

@ -1 +1 @@
v6.8.10
v6.8.11