docker: use restart: unless-stopped instead

addresses issue #3
This commit is contained in:
2024-04-19 12:00:50 +10:00
parent 9f5874aecf
commit ccddba91db

View File

@@ -4,7 +4,7 @@ version: "3.7"
services: services:
fourget: fourget:
image: luuul/4get:latest image: luuul/4get:latest
restart: always restart: unless-stopped
environment: environment:
- FOURGET_VERSION=6 - FOURGET_VERSION=6
- FOURGET_SERVER_NAME=4get.ca - FOURGET_SERVER_NAME=4get.ca