Updated containers
This commit is contained in:
parent
d2a5366152
commit
0b6c9b9ddc
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
services:
|
services:
|
||||||
esign:
|
esign:
|
||||||
container_name: esign
|
container_name: esign
|
||||||
image: ocbo/esign:latest
|
image: esign:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Description=OCBO e-Sign
|
||||||
|
|
||||||
[Container]
|
[Container]
|
||||||
ContainerName=esign
|
ContainerName=esign
|
||||||
Image=localhost/esign_e-sign
|
Image=localhost/esign:latest
|
||||||
PublishPort=8089:8080
|
PublishPort=8089:8080
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue