Skip to content

Commit

Permalink
chore: update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDave1999 committed Jan 18, 2025
1 parent 1eea283 commit 30cf5f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
bash -c "sed -i 's/lagcompmode 1/lagcompmode ${LagCompMode}/' server.cfg
&& sed -i 's/maxplayers 30/maxplayers ${MaxPlayers}/' server.cfg
&& sed -i 's/port 7777/port ${Port}/' server.cfg
&& sed -i 's/password/password ${ServerPassword}/' server.cfg
&& sed -i 's/^password/password ${ServerPassword}/' server.cfg
&& ./omp-server"
ports:
- ${Port}:${Port}/udp
Expand Down

0 comments on commit 30cf5f1

Please sign in to comment.