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:
|
services:
|
||||||
|
|
||||||
calcom:
|
calcom:
|
||||||
|
container_name: calcom
|
||||||
image: calcom/cal.com:v3.7.9
|
image: calcom/cal.com:v3.7.9
|
||||||
restart: always
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:3000
|
- ${APP_PORT}:3000
|
||||||
networks:
|
networks:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user