Compare commits
2 Commits
b7268bdfad
...
80f5be957b
Author | SHA1 | Date | |
---|---|---|---|
80f5be957b | |||
a43de5a4f3 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -15,3 +15,4 @@
|
||||
# Dependency directories (remove the comment below to include it)
|
||||
# vendor/
|
||||
|
||||
server/*
|
@@ -7,7 +7,10 @@ services:
|
||||
container_name: minecraft
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
MIN_MEM: 1G
|
||||
MAX_MEM: 1G
|
||||
STOP: stop
|
||||
JAR: server.jar
|
||||
ports:
|
||||
- 25565:25565
|
||||
volumes:
|
||||
|
Reference in New Issue
Block a user