mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-12-02 22:33:05 +00:00
Name Dockerfile
This commit is contained in:
parent
742a38c3f9
commit
d62fa116ce
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
services:
|
||||
advlabdb:
|
||||
build: .
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Containerfile
|
||||
container_name: advlabdb
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
|
|
Loading…
Reference in a new issue