mirror of
https://gitlab.com/kholdfuzion/goldeneye_src
synced 2026-05-23 14:41:54 -04:00
11 lines
223 B
YAML
11 lines
223 B
YAML
services:
|
|
ge007:
|
|
restart: unless-stopped
|
|
build:
|
|
context: ./
|
|
dockerfile: ./Dockerfile
|
|
volumes:
|
|
- ./:/home/dev/project
|
|
hostname: ge007
|
|
tty: true
|