Changed restart flag.

This commit is contained in:
Vivek Santayana 2021-08-06 12:51:21 +01:00
parent 72d3432d44
commit 3849dc4927

View File

@ -1,8 +1,8 @@
version: '3.1' version: '3.5'
services: services:
geasbot-app: geasbot-app:
build: ./app build: ./app
volumes: volumes:
- ./app:/usr/src/app - ./app:/usr/src/app
restart: always restart: unless-stopped