initial commit
This commit is contained in:
17
compose.yml
Normal file
17
compose.yml
Normal file
@ -0,0 +1,17 @@
|
||||
name: pubg
|
||||
|
||||
services:
|
||||
pubg:
|
||||
build: .
|
||||
container_name: pubg
|
||||
hostname: pubg
|
||||
restart: always
|
||||
init: true
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
- /home/adam/d:/data
|
||||
networks:
|
||||
default:
|
||||
name: platform
|
||||
external: true
|
Reference in New Issue
Block a user