Merge pull request #115 from 101br03k/patch-1
added container name and restart policy to deployement example
This commit is contained in:
commit
fe4aeaff03
1 changed files with 2 additions and 0 deletions
|
|
@ -37,6 +37,8 @@ Any missing converter? Open an issue or pull request!
|
||||||
services:
|
services:
|
||||||
convertx:
|
convertx:
|
||||||
image: ghcr.io/c4illin/convertx
|
image: ghcr.io/c4illin/convertx
|
||||||
|
container_name: convertx
|
||||||
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
environment: # Defaults are listed below. All are optional.
|
environment: # Defaults are listed below. All are optional.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue