added container name and restart policy
This commit is contained in:
parent
86a61d35d7
commit
2078cb0ee0
1 changed files with 2 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue