fix: restart only unless-stopped and add container_name
This commit is contained in:
parent
397e28cb8e
commit
bc70013ff0
|
@ -3,8 +3,9 @@ version: '3.8'
|
|||
services:
|
||||
|
||||
calcom:
|
||||
container_name: calcom
|
||||
image: calcom/cal.com:v3.7.9
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- ${APP_PORT}:3000
|
||||
networks:
|
||||
|
|
Loading…
Reference in New Issue
Block a user