Skip to content

Commit

Permalink
- Fixed env-file name on docker-compose.yml file;
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe-Souza committed Jan 29, 2024
1 parent 5b905ab commit f0ce93d
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 @@ -8,6 +8,6 @@ services:
- 8211:8211/udp
- 27015:27015/udp # Required if you want your server to show up in the community servers tab
env_file:
- .env.example
- .env
volumes:
- ./palworld:/palworld/

0 comments on commit f0ce93d

Please sign in to comment.