Skip to content

Commit

Permalink
feat(docker): add simple docker-composer config for the local build
Browse files Browse the repository at this point in the history
  • Loading branch information
syroegkin committed May 13, 2023
1 parent d18d232 commit 76464db
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: '3'

services:
nxtp_server:
restart: always
build: .
container_name: nxtp_server
ports:
- "12300:12300"

0 comments on commit 76464db

Please sign in to comment.