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)
|
# Dependency directories (remove the comment below to include it)
|
||||||
# vendor/
|
# vendor/
|
||||||
|
|
||||||
|
server/*
|
@@ -7,7 +7,10 @@ services:
|
|||||||
container_name: minecraft
|
container_name: minecraft
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
|
MIN_MEM: 1G
|
||||||
MAX_MEM: 1G
|
MAX_MEM: 1G
|
||||||
|
STOP: stop
|
||||||
|
JAR: server.jar
|
||||||
ports:
|
ports:
|
||||||
- 25565:25565
|
- 25565:25565
|
||||||
volumes:
|
volumes:
|
||||||
|
Reference in New Issue
Block a user