Fix port
This commit is contained in:
parent
52e8b92f1f
commit
e3b1cbe2ac
|
@ -1,9 +1,11 @@
|
||||||
version: "3"
|
version: "3"
|
||||||
services:
|
services:
|
||||||
rural-dict:
|
country-dict:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
hostname: country-dictionary
|
||||||
|
container_name: country-dictionary
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:8080:8080"
|
- "8080:8080"
|
||||||
|
|
Loading…
Reference in New Issue