File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,13 +70,14 @@ All suported tags can be found on [dockerhub](https://hub.docker.com/r/brammys/n
7070
7171### Volumes
7272
73- | Path | Description |
74- | ---------------------------| ----------------------------------------------------------- |
75- | ` /necesse/saves ` | The folder containing all the world saves. |
76- | ` /necesse/logs ` | The folder containing all the logs of the server. |
73+ | Path | Description |
74+ | ---------------- | --------------------------------------------------------- |
75+ | ` /necesse/saves ` | The folder containing all the world saves. |
76+ | ` /necesse/logs ` | The folder containing all the logs of the server. |
77+ | ` /necesse/cfg ` | The folder containing all the server configuration files. |
7778
7879### Ports
7980
80- | Port | Description |
81- | --------------------------- | ----------------------------------------------------------- |
82- | ` 14159/udp ` | The game runs on UDP port ` 14159 ` . |
81+ | Port | Description |
82+ | ----------- | ---------------------------------- |
83+ | ` 14159/udp ` | The game runs on UDP port ` 14159 ` . |
Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ ARG url
1515EXPOSE 14159/udp
1616VOLUME [ \
1717 "/necesse/logs" , \
18- "/necesse/saves" \
18+ "/necesse/saves" , \
19+ "/necesse/cfg" \
1920]
2021
2122# Server configs.
Original file line number Diff line number Diff line change @@ -11,5 +11,6 @@ services:
1111 SLOTS : 25
1212 PAUSE : 1
1313 volumes :
14- - /necesse/saves:/necesse/saves
15- - /necesse/logs:/necesse/logs
14+ - ./necesse/saves:/necesse/saves
15+ - ./necesse/logs:/necesse/logs
16+ - ./necesse/cfg:/necesse/cfg
You can’t perform that action at this time.
0 commit comments