updated docker compose example
This commit is contained in:
parent
6f3438a7ff
commit
6580cb6793
|
@ -2,7 +2,7 @@ version: "3.9"
|
||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
build: .
|
build: .
|
||||||
image: openterminal
|
image: docker.arimelody.me/openterminal
|
||||||
container_name: openterminal
|
container_name: openterminal
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
|
|
Loading…
Reference in a new issue