Closed vlanf closed 10 months ago
For the ./websocket:/app Look like it's not necessary anymore since the socket come now from " image: ghcr.io/goryn-clade/pf-websocket:latest " before it was build from composer image and the folder "websocket" .
@vlanf , thanks, good catch. I'm not sure why this got dropped. looks like it's going to be a pain in the arse to merge your PR alongside some other changes to docker-compose, so I'll just make my own commit.
For some reason changes made in
docker-compose.yml
to fix bug #23 are missing in current master branch.https://github.com/goryn-clade/pathfinder-containers/pull/38
I'm not sure what if the line
- ./websocket:/app
is necessary, so commented it out. Looking for someone who can investigate why this line was added back then.I checked this bug fixing on my instance. Without this change map logs are not written. With this change logs are good. But I have not checked if they are logrotated.