Added restart policy to docker compose file
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
version: '3'
|
||||
services:
|
||||
typehere:
|
||||
restart: unless-stopped
|
||||
build: .
|
||||
ports:
|
||||
- "8585:80"
|
||||
|
Reference in New Issue
Block a user