13 lines
223 B
Plaintext
13 lines
223 B
Plaintext
|
# modify this file to suit your server configuration
|
||
|
|
||
|
services:
|
||
|
server:
|
||
|
build:
|
||
|
target: .
|
||
|
dockerfile: Dockerfile
|
||
|
restart: always
|
||
|
ports:
|
||
|
- 8080:8080
|
||
|
environment:
|
||
|
LISTEN: 0.0.0.0:8080
|