Update restart condition
This commit is contained in:
parent
27a83bc7dd
commit
b68ed3314e
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user