Compare commits

...

2 Commits

Author SHA1 Message Date
Jimmy 80f5be957b Add example of MIN_MEM STOP and JAR 2021-01-04 21:33:44 +13:00
Jimmy a43de5a4f3 Exclude server files 2021-01-04 21:32:48 +13:00
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

@ -15,3 +15,4 @@
# Dependency directories (remove the comment below to include it)
# vendor/
server/*

View File

@ -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: