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:
|
||||
template:
|
||||
container_name: ${NAME}
|
||||
container_name: template
|
||||
restart: unless-stopped
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- ${PORT}:8080
|
||||
- 8080:8080
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue