Update docker-compose.yml
This commit is contained in:
parent
79d882a33f
commit
8590b100b0
@ -2,7 +2,8 @@ version: "2.1"
|
||||
|
||||
services:
|
||||
frontend:
|
||||
image: larsks/thttpd
|
||||
build: .
|
||||
image: ${CI_PROJECT_NAME}:${CI_COMMIT_REF_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
- web
|
||||
|
Loading…
Reference in New Issue
Block a user