added container name and restart policy

This commit is contained in:
A3 2024-08-17 21:31:21 +02:00 committed by GitHub
parent 86a61d35d7
commit 2078cb0ee0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,6 +37,8 @@ Any missing converter? Open an issue or pull request!
services:
convertx:
image: ghcr.io/c4illin/convertx
container_name: convertx
restart: unless-stopped
ports:
- "3000:3000"
environment: # Defaults are listed below. All are optional.