Update restart condition

This commit is contained in:
Danylo Dotsenko 2024-07-12 11:06:52 -04:00
parent 27a83bc7dd
commit b68ed3314e

View File

@ -3,7 +3,7 @@ services:
server-landing: server-landing:
build: . build: .
container_name: server-landing container_name: server-landing
restart: always restart: unless-stopped
ports: ports:
- "3000:3000" - "3000:3000"
volumes: volumes: