bump version. Added docker compose (thx chatGPT)
This commit is contained in:
parent
6a2d960dd0
commit
7cc1b415a6
@ -9,10 +9,13 @@ services:
|
|||||||
# arguments:
|
# arguments:
|
||||||
# - ARG_NAME=value # If you have build arguments
|
# - ARG_NAME=value # If you have build arguments
|
||||||
image: msrewards
|
image: msrewards
|
||||||
|
container_name: MsRewards
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "1234:1234"
|
- "1234:1234"
|
||||||
- "2345:2345"
|
- "2345:2345"
|
||||||
shm_size: 2gb
|
shm_size: 2gb
|
||||||
volumes:
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user