Merge pull request #115 from 101br03k/patch-1

added container name and restart policy to deployement example
This commit is contained in:
Emrik Östling 2024-08-17 21:57:08 +02:00 committed by GitHub
commit fe4aeaff03
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.