Fixed docker
This commit is contained in:
parent
925cd19315
commit
64c0365c7c
1 changed files with 2 additions and 2 deletions
|
|
@ -1,9 +1,9 @@
|
||||||
services:
|
services:
|
||||||
template:
|
template:
|
||||||
container_name: ${NAME}
|
container_name: template
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
ports:
|
ports:
|
||||||
- ${PORT}:8080
|
- 8080:8080
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue