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