Skip to content

Commit

Permalink
other(COMPOSE): Migrate to latest Compose Specification
Browse files Browse the repository at this point in the history
  • Loading branch information
Vel-San committed Oct 15, 2021
1 parent 9fefae5 commit 4844d9f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
version: "3.9"

services:
Server1:
container_name: KF1
image: vel7an/kf1-docker:latest
restart: always
# network_mode: "host" # Testing Purposes
# network_mode: "host" # Testing Purposes
ports:
- 0.0.0.0:7707:7707/udp
- 0.0.0.0:7717:7717/udp
Expand Down

0 comments on commit 4844d9f

Please sign in to comment.