Added restart policy to docker compose file

This commit is contained in:
Brad Ganley 2023-11-24 15:45:14 -06:00
parent 1ddc6dd4d7
commit 3a86ad2248

View File

@ -1,6 +1,7 @@
version: '3'
services:
typehere:
restart: unless-stopped
build: .
ports:
- "8585:80"