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