Changed restart flag.
This commit is contained in:
parent
72d3432d44
commit
3849dc4927
@ -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
|
Loading…
Reference in New Issue
Block a user