fix: restart only unless-stopped and add container_name

This commit is contained in:
Sturdy 2024-01-29 14:46:46 +01:00
parent 397e28cb8e
commit bc70013ff0

View File

@ -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: